Update of /cvsroot/csp/APPLICATIONS/CSPSim/Bin
In directory sc8-pr-cvs1:/tmp/cvs-serv2330/Bin
Modified Files:
CSPSim.py
Log Message:
see CHANGES.current
Index: CSPSim.py
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Bin/CSPSim.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CSPSim.py 27 Mar 2003 22:59:39 -0000 1.1
--- CSPSim.py 11 Apr 2003 18:59:18 -0000 1.2
***************
*** 28,32 ****
sys.exit(1)
datapath = CSP.getDataPath()
! dar = os.path.join(datapath, "Sim.dar")
if not os.path.exists(dar):
print
--- 28,32 ----
sys.exit(1)
datapath = CSP.getDataPath()
! dar = os.path.join(datapath, "sim.dar")
if not os.path.exists(dar):
print
***************
*** 44,48 ****
def compileData(args):
datapath = CSP.getDataPath()
! dar = os.path.join(datapath, "Sim.dar")
XML = os.path.join(datapath, "XML")
#print "compile %s %s" % (XML, dar)
--- 44,48 ----
def compileData(args):
datapath = CSP.getDataPath()
! dar = os.path.join(datapath, "sim.dar")
XML = os.path.join(datapath, "XML")
#print "compile %s %s" % (XML, dar)
|