Problem 1125

Summary: wrong env. check for G4REALSURFACEDATA in G4DataQuestionaire.hh
Product: Geant4 Reporter: Koichi Murakami <Koichi.Murakami>
Component: physics_listsAssignee: Gunter.Folger
Status: RESOLVED FIXED    
Severity: minor CC: Vladimir.Ivantchenko
Priority: P3    
Version: 9.3   
Hardware: All   
OS: All   

Description Koichi Murakami 2010-06-25 06:52:35 CEST
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"?
Comment 1 Vladimir.Ivantchenko 2010-07-29 13:16:42 CEST
Hello,
The problem is fixed. Thanks for pointed out.
VI