Turned off debugging prints

This commit is contained in:
falgout 1996-09-10 15:20:01 +00:00
parent 7f31706b09
commit 253c073a65
2 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ char *argv[];
/*-------------------------------------------------------
* Debugging prints
*-------------------------------------------------------*/
#if 1
#if 0
sprintf(file_name, "%s.ysmp", GlobalsOutFileName);
WriteYSMP(file_name, ProblemA(problem));
@ -128,7 +128,7 @@ char *argv[];
/*-------------------------------------------------------
* Debugging prints
*-------------------------------------------------------*/
#if 1
#if 0
sprintf(file_name, "%s.lastu", GlobalsOutFileName);
WriteVec(file_name, ProblemU(problem));

View File

@ -68,7 +68,7 @@ char *argv[];
/*-------------------------------------------------------
* Debugging prints
*-------------------------------------------------------*/
#if 1
#if 0
sprintf(file_name, "%s.ysmp", GlobalsOutFileName);
WriteYSMP(file_name, ProblemA(problem));
@ -128,7 +128,7 @@ char *argv[];
/*-------------------------------------------------------
* Debugging prints
*-------------------------------------------------------*/
#if 1
#if 0
sprintf(file_name, "%s.lastu", GlobalsOutFileName);
WriteVec(file_name, ProblemU(problem));