Skip to content
Snippets Groups Projects
Commit f70fe40d authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix FRFME output parameter names

parent 4de74d6d
No related branches found
No related tags found
No related merge requests found
......@@ -404,7 +404,7 @@ int main() {
FILE *output = fopen(output_name.c_str(), "w");
fprintf(output, " IF JLML < NLMMT, PRESERVE TEMPTAPE1, TEMPTAPE2, AND TFRFRME,\n");
fprintf(output, " AND RESTART LM RUN WITH JLMF = JLML+1\n");
if (spd > 0.0) fprintf(output, " FRSHMX =%15.7lE\n", fshmx);
if (spd > 0.0) fprintf(output, " FSHMX =%15.7lE\n", fshmx);
fprintf(output, " FRSH =%15.7lE\n", frsh);
fclose(output);
} else { // Should never happen.
......
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