Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marinerhemant committed Feb 7, 2025
1 parent 7c852c5 commit aff84cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FF_HEDM/src/findSingleSolutionPF.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ main(int argc, char *argv[])
bestFrac = allOrientationsArr[i*10+9];
OrientMat2Quat(OMThis,Quat1);
bestOrientationRowNr = i;
int counter = 0;
int counter = 1;
for (j=i+1;j<nScans*nScans;j++){
if (markArr2[j]==true) continue;
fracInside = allOrientationsArr[j*10+9];
Expand Down

0 comments on commit aff84cf

Please sign in to comment.