Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marinerhemant committed Jun 12, 2020
1 parent 332186b commit 9de6adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FF_HEDM/src/ProcessGrains.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ int main(int argc, char *argv[])
for (k=2;k<7;k++) fprintf(spotsfile,"%lf\t",SpotMatrix[j][k]);
fprintf(spotsfile,"%lf\t",SpotMatrix[j][7]);
for (k=8;k<12;k++) fprintf(spotsfile,"%lf\t",SpotMatrix[j][k]);
fprintf(spotsfile,"\n");
}
}
printf("Number of grains: %d.\n",nGrains);
Expand Down

0 comments on commit 9de6adc

Please sign in to comment.