From 005385296c8760caabb577dc7a5c15a4e7202479 Mon Sep 17 00:00:00 2001 From: Rory Barnes Date: Tue, 24 Oct 2023 17:26:58 -0700 Subject: [PATCH] Added print statements in WriteLog to try to find error in Flare unit tests. --- src/output.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/output.c b/src/output.c index 487df799e..1fc09795b 100644 --- a/src/output.c +++ b/src/output.c @@ -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");