Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/cross_sections/src/G4NeutronCaptureXS.cc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4NeutronCaptureXS.cc,v 1.2 2009/11/19 12:36:53 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4NeutronCaptureXS.cc,v 1.3 2010/06/03 11:50:21 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
     
    129129  // check environment variable
    130130  // Build the complete string identifying the file with the data set
    131   char* path = getenv("G4NEUTRONXS");
     131  char* path = getenv("G4NEUTRONXSDATA");
    132132  if (!path){
    133     G4cout << "G4NEUTRONXS environment variable not set" << G4endl;
     133    G4cout << "G4NEUTRONXSDATA environment variable not set" << G4endl;
    134134  }
    135135
     
    162162  // check environment variable
    163163  // Build the complete string identifying the file with the data set
    164     path = getenv("G4NEUTRONXS");
     164    path = getenv("G4NEUTRONXSDATA");
    165165    if (!path) {
    166166      if(verboseLevel > 1) {
    167         G4cout << "G4NEUTRONXS environment variable not set" << G4endl;
     167        G4cout << "G4NEUTRONXSDATA environment variable not set" << G4endl;
    168168      }
    169169      return;
Note: See TracChangeset for help on using the changeset viewer.