Import Geant4 1.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:28:20 +02:00
parent aaa409b6ee
commit ca1c8cb059
2995 changed files with 106830 additions and 299600 deletions
@@ -26,7 +26,11 @@
hasXsec = false;
return;
}
#ifndef WIN32
ifstream theData(filename, ios::in);
#else
ifstream theData(filename, ios::in|ios::nocreate);
#endif
// here it comes
G4int infoType, dataType;
hasFSData = false;