Import Geant4 11.1.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2022-07-01 10:44:02 +02:00
parent b3bf75a2a1
commit c07cea1fe0
2172 changed files with 183300 additions and 123938 deletions
+3 -3
View File
@@ -77,7 +77,7 @@ public:
T* obj = safe_cast<iro,T>(*_obj);
if(!obj) {
m_fac.out() << "tools::rroot::obj_array::obj_array :"
<< " inlib::cast failed."
<< " tools::cast failed."
<< std::endl;
delete _obj;
parent::push_back(0);
@@ -104,7 +104,7 @@ public:
T* obj = safe_cast<iro,T>(*_obj);
if(!obj) {
m_fac.out() << "tools::rroot::obj_array::operator= :"
<< " inlib::cast failed."
<< " tools::cast failed."
<< std::endl;
delete _obj;
parent::push_back(0);
@@ -160,7 +160,7 @@ public:
T* to = safe_cast<iro,T>(*obj);
if(!to) {
a_buffer.out() << "tools::rroot::obj_array::stream :"
<< " inlib::cast failed."
<< " tools::cast failed."
<< " " << obj->s_cls() << " is not a " << T::s_class() << "."
<< std::endl;
if(created) {