fixed assign problems probably
This commit is contained in:
@@ -134,6 +134,10 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
bool isEmpty()const{
|
||||
return layers.size() == 0;
|
||||
}
|
||||
|
||||
void setG4System(G4System* g4system){
|
||||
this->g4system = g4system;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user