Skip to content

Commit dd655e9

Browse files
committed
Debug
1 parent 6c260fe commit dd655e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FF_HEDM/src/FitPosOrStrainsOMP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ void CalcAngleErrors(int nspots, int nhkls, int nOmegaRanges, double x[12], doub
516516
}
517517
diffLenM = CalcNorm2((SpotsYZOGCorr[sp][0]-TheorSpotsYZWER[RowBest][0]),(SpotsYZOGCorr[sp][1]-TheorSpotsYZWER[RowBest][1]));
518518
diffOmeM = fabs(SpotsYZOGCorr[sp][2]-TheorSpotsYZWER[RowBest][2]);
519-
//~ printf("%lf\n",minAngle);
519+
printf("%lf\n",minAngle);
520520
if (minAngle < 3){
521521
printf("%lf %lf %lf\n",minAngle,diffLenM,diffOmeM);
522522
fflush(stdout);

0 commit comments

Comments
 (0)