Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
@@ -129,9 +129,9 @@ public:
void replace(const std::string& a_old,const std::string& a_new) {
// Used by the obuild template system.
tools_vforit(atb,m_atbs,it) {
tools::replace((*it).second,a_old,a_new);
replace_((*it).second,a_old,a_new);
}
tools::replace(m_value,a_old,a_new);
replace_(m_value,a_old,a_new);
}
protected: