Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ inline bool match(const std::string& a_string,const std::string& a_pattern,bool
// tricky case :
char* token = (char*)a_string.c_str();
{for(unsigned int count=0;count<wn;count++) {
unsigned int lword = wls[count];
size_t lword = wls[count];
if(!lword) continue;//should never happen !
//WARNING : ws_pos does not have a null char at ws_pos+lword !
char* ws_pos = (char*)(a_pattern.c_str()+wps[count]);