Problem 1125 - wrong env. check for G4REALSURFACEDATA in G4DataQuestionaire.hh
Summary: wrong env. check for G4REALSURFACEDATA in G4DataQuestionaire.hh
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: physics_lists (show other problems)
Version: 9.3
Hardware: All All
: P3 minor
Assignee: Gunter.Folger
URL:
Depends on:
Blocks:
 
Reported: 2010-06-25 06:52 CEST by Koichi Murakami
Modified: 2010-08-09 15:32 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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