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 8bba087 commit 6a45199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NF_HEDM/src/FitOrientationParameters.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ main(int argc, char *argv[])
clock_t start, end;
double diftotal;
start = clock();

// Read params file.
char *ParamFN;
FILE *fileParam;
Expand Down Expand Up @@ -411,7 +411,7 @@ main(int argc, char *argv[])
str = "LatticeParameter ";
LowNr = strncmp(aline,str,strlen(str));
if (LowNr==0){
sscanf(aline,"%s %lf %lf %lf %lf %lf %lf", dummy,
sscanf(aline,"%s %lf %lf %lf %lf %lf %lf", dummy,
&LatticeConstant[0],&LatticeConstant[1],
&LatticeConstant[2],&LatticeConstant[3],
&LatticeConstant[4],&LatticeConstant[5]);
Expand Down Expand Up @@ -527,7 +527,7 @@ main(int argc, char *argv[])
if (LowNr==0){
Flag = 1;
continue;
}
}
}
int i,j,m,nrFiles,nrPixels;
for (i=0;i<NoOfOmegaRanges;i++){
Expand Down

0 comments on commit 6a45199

Please sign in to comment.