Made this test work for python=none.

This commit is contained in:
Harry Moffat 2006-06-20 23:11:06 +00:00
parent 218535f66d
commit df9c0399ab
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ void printDbl(double val) {
int main(int argc, char** argv) {
int i, k;
string infile = "frac.cti";
string infile = "frac.xml";
double x[10], kc[10];
double cdot[10], ddot[10];
//double fwd_rop[10];

View file

@ -3,7 +3,7 @@
#
temp_success="1"
/bin/rm -f output.txt outputa.txt frac.xml
/bin/rm -f output.txt outputa.txt
#################################################################
#