Import Geant4 10.3.1 source tree

This commit is contained in:
Gabriele Cosmo
2017-02-28 16:16:20 +01:00
parent a3452e42ac
commit 4597adb7c4
267 changed files with 14761 additions and 24650 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Tokenizer.hh 67970 2013-03-13 10:10:06Z gcosmo $
// $Id: G4Tokenizer.hh 102536 2017-02-08 13:53:34Z gcosmo $
//
//
//---------------------------------------------------------------
@@ -50,7 +50,7 @@ class G4Tokenizer
public:
G4Tokenizer(const G4String& stn):string2tokenize(stn),actual(0){}
G4SubString operator()(const char* str=" \t\n",size_t l=0)
G4String operator()(const char* str=" \t\n",size_t l=0)
{
size_t i,j,tmp;
G4bool hasws=false;