Skip to content

Commit f607eb5

Browse files
committed
[configs] refine configs 101, 102
1 parent b8e79a1 commit f607eb5

File tree

3 files changed

+289
-30
lines changed

3 files changed

+289
-30
lines changed

common/include/test_configs.hh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77

88
void defineTestConfig100(std::vector<std::pair<std::string, G4double> > &dz_map, G4double &viewpoint);
99
void defineTestConfig101(std::vector<std::pair<std::string, G4double> > &dz_map, G4double &viewpoint);
10-
void defineTestConfig102(std::vector<std::pair<std::string, G4double> > &dz_map, G4double &viewpoint);
10+
void defineTestConfig102(std::vector<std::pair<std::string, G4double> > &dz_map, G4double &viewpoint);
11+
void defineTestConfig103(std::vector<std::pair<std::string, G4double> > &dz_map, G4double &viewpoint);

0 commit comments

Comments
 (0)