Skip to content

Commit

Permalink
Added print statements in WriteLog to try to find error in Flare unit…
Browse files Browse the repository at this point in the history
… tests.
  • Loading branch information
Rory Barnes committed Oct 25, 2023
1 parent 5ed119e commit 0053852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,9 @@ void WriteLog(BODY *body, CONTROL *control, FILES *files, MODULE *module,

/* Get derivatives */
PropertiesAuxiliary(body, control, system, update);
printf("After PropsAux.\n");
dDt = fdGetTimeStep(body, control, system, update, fnUpdate);
printf("After GetTimeStep.\n");

if (iEnd == 0) {
sprintf(cTime, "Input");
Expand Down

0 comments on commit 0053852

Please sign in to comment.