Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:50:27

0001 #!/bin/bash -l 
0002 
0003 source ./IDPath_override.sh 
0004 
0005 export MATERIAL=Air
0006 
0007 U4MaterialPropertyVectorTest 
0008 
0009 export FOLD=/tmp/$USER/opticks/U4MaterialPropertyVectorTest
0010 
0011 ${IPYTHON:-ipython} --pdb -i U4MaterialPropertyVectorTest.py 
0012 
0013 
0014 
0015 
0016