Made this test work for python=none.
This commit is contained in:
parent
218535f66d
commit
df9c0399ab
2 changed files with 2 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
temp_success="1"
|
||||
/bin/rm -f output.txt outputa.txt frac.xml
|
||||
/bin/rm -f output.txt outputa.txt
|
||||
|
||||
#################################################################
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue