diff --git a/test_problems/fracCoeff/fracCoeff.cpp b/test_problems/fracCoeff/fracCoeff.cpp index 557fe0460..d6d518e65 100644 --- a/test_problems/fracCoeff/fracCoeff.cpp +++ b/test_problems/fracCoeff/fracCoeff.cpp @@ -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]; diff --git a/test_problems/fracCoeff/runtest b/test_problems/fracCoeff/runtest index 8746b8cd9..f96645189 100755 --- a/test_problems/fracCoeff/runtest +++ b/test_problems/fracCoeff/runtest @@ -3,7 +3,7 @@ # temp_success="1" -/bin/rm -f output.txt outputa.txt frac.xml +/bin/rm -f output.txt outputa.txt ################################################################# #