Skip to content

Commit c806d57

Browse files
committed
Debug
1 parent 51310f2 commit c806d57

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

FF_HEDM/src/FitMultipleGrains.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,6 @@ static double problem_function(unsigned n, const double *x, double *grad,
784784

785785
int nIterLocal = nIter;
786786
if (nIterLocal % 500 == 0) {
787-
if (nIterLocal % 5000 == 0)
788-
printf("\n");
789787
printf("Iter %d Total: L=%.5lf O=%.5lf A=%.5lf (PerG: L=%.5lf O=%.5lf "
790788
"A=%.5lf)\n",
791789
nIterLocal, totalLen, totalOme, totalAng, totalLen / nGrains,

0 commit comments

Comments
 (0)