General commit of pc implementation
This commit is contained in:
parent
8248c4bda0
commit
c0e7605d15
4 changed files with 1291 additions and 1252 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -27,6 +27,13 @@ then
|
|||
echo "$prog returned with bad status, $retnStat, check output"
|
||||
fi
|
||||
|
||||
|
||||
$CANTERA_BIN/exp3to2.sh output_0.txt > itemp0.txt
|
||||
cat itemp0.txt | tr -d '\015' | cat > itemp1.txt
|
||||
/bin/rm itemp0.txt output_0.txt
|
||||
/bin/mv itemp1.txt output_0.txt
|
||||
|
||||
|
||||
diff -w output_blessed_0.txt output_0.txt > diff_out_0.txt
|
||||
retnStat_0=$?
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ setup(name="Cantera",
|
|||
"src", "../clib/src",
|
||||
"c:\python26/lib/site-packages/numpy/core/include"],
|
||||
library_dirs = libdir,
|
||||
Debug = 1,
|
||||
depends = [libdir[0]+'/clib.lib'],
|
||||
libraries = ["clib"])
|
||||
],
|
||||
|
|
|
|||
|
|
@ -25,3 +25,6 @@ log
|
|||
silane.xml
|
||||
tr1win.csv
|
||||
*.d
|
||||
cxx_examples.exe
|
||||
cxx_examples.ilk
|
||||
cxx_examples.pdb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue