Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -22,7 +22,7 @@ public:
virtual void* cast(const std::string& a_class) const {
if(void* p = cmp_cast<zb_manager>(this,a_class)) {return p;}
else return 0;
}
}
public:
virtual bool begin_render(int,int,unsigned int,unsigned int,float,float,float,float,bool = true) {return true;}
virtual void end_render() {}