Turned off debugging prints
This commit is contained in:
parent
7f31706b09
commit
253c073a65
@ -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));
|
||||
|
||||
|
||||
@ -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));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user