Import Geant4 10.6.0 source tree
This commit is contained in:
@@ -108,7 +108,7 @@ G4PhysListFactory::ReferencePhysList()
|
||||
{
|
||||
// instantiate PhysList by environment variable "PHYSLIST"
|
||||
G4String name = "";
|
||||
char* path = getenv("PHYSLIST");
|
||||
char* path = std::getenv("PHYSLIST");
|
||||
if (path) {
|
||||
name = G4String(path);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user