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
+2 -2
View File
@@ -37,7 +37,7 @@ public:
}
*/
protected:
bsf(){}
bsf():m_value(T()){}
public:
bsf(const T& a_value):m_value(a_value){}
virtual ~bsf(){}
@@ -108,7 +108,7 @@ public:
//public: //for style.
// bool s2v(const std::string& a_s) {
// T v;
// if(!tools::to<T>(a_s,v)) return false;
// if(!to<T>(a_s,v)) return false;
// if(v!=m_value) m_touched = true;
// m_value = v;
// return true;