add NARRAY, NRDT at the end of Mapping.h
This commit is contained in:
parent
242366792c
commit
fdaa35f28d
|
@ -122,6 +122,9 @@ void PrintMapping(){
|
||||||
|
|
||||||
const std::vector<int> detNum = ExtractDetNum();
|
const std::vector<int> detNum = ExtractDetNum();
|
||||||
const int nDetType = detNum.size();
|
const int nDetType = detNum.size();
|
||||||
|
|
||||||
|
const int NARRAY = detNum[0]; //@ assumed
|
||||||
|
const int NRDT = detNum[3]; //@ assumed
|
||||||
|
|
||||||
} // namespace solarismap
|
} // namespace solarismap
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user