Ignore:
Timestamp:
Jan 5, 2011, 12:20:17 PM (13 years ago)
Author:
garnier
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/scripts/env.sh.SH

    r1337 r1349  
    4242unset  G4REALSURFACEDATA
    4343unset  G4NEUTRONXSDATA
     44unset  G4PIIDATA
    4445
    4546unset  G4LIB
     
    198199    if [ X\$g4non_display = X ] ; then
    199200        echo "On this machine the G4NEUTRONXSDATA=\$G4NEUTRONXSDATA"
     201    fi
     202fi
     203
     204#+
     205if [ X$g4piidata != X ] ; then
     206    G4PIIDATA="$g4piidata"
     207    export G4PIIDATA
     208    if [ X\$g4non_display = X ] ; then
     209        echo "On this machine the G4PIIDATA=\$G4PIIDATA"
    200210    fi
    201211fi
Note: See TracChangeset for help on using the changeset viewer.