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 export FOLD=/tmp/U4EngineTest 
0004 
0005 ${IPYTHON:-ipython} --pdb -i U4EngineTest.py 
0006 
0007