| Summary: | wrong env. check for G4REALSURFACEDATA in G4DataQuestionaire.hh | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Koichi Murakami <Koichi.Murakami> |
| Component: | physics_lists | Assignee: | Gunter.Folger |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | Vladimir.Ivantchenko |
| Priority: | P3 | ||
| Version: | 9.3 | ||
| Hardware: | All | ||
| OS: | All | ||
Hello, The problem is fixed. Thanks for pointed out. VI |
This is a trivial bug in G4DataQuestionaire.hh. The check for real surface data is wrong!! 99 case optical: 100 if(!getenv("G4LEDATA") ) 101 { 102 G4cout << "Data describing surface propeties for optical photons are needed."<<G4endl; "G4REALSURFACEDARA" instead of "G4LEDATA". BTW, not "Questionarie", but "Questionnaire"?