| Summary: | Text geometry input method no longer recognizes units | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | PeterM <petermardahl> |
| Component: | persistency/ascii | Assignee: | Pedro.Arce |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | marinaldi |
| Priority: | P5 | ||
| Version: | 9.4 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
PeterM
2011-08-06 22:51:46 CEST
Just substitute
else if( !G4tgrUtils::WordIsUnit( word ) )
by
else if( G4tgrUtils::WordIsUnit( word ) )
in source/persistency/ascii/src/G4tgrUtils.cc
*** Problem 1259 has been marked as a duplicate of this problem. *** |