Skip to content
Snippets Groups Projects
Commit 68064b93 authored by Tyson Littenberg's avatar Tyson Littenberg
Browse files

Merge branch 'error-bars-fix' into 'master'

fix to big error bars problems

See merge request !113
parents b68dfe9b 6a9a0f31
No related branches found
No related tags found
1 merge request!113fix to big error bars problems
Pipeline #63268 passed
......@@ -530,7 +530,7 @@ int main(int argc, char *argv[])
exit(1);
}
fscanf(fptr,"%i",&chain->mc);
fscanf(fptr,"%i",&chain->NC);
fscanf(fptr,"%i",&NC);
fscanf(fptr,"%i",&chain->zcount);
fclose(fptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment