write subphase -- dumb mistake

This commit is contained in:
James E McClure
2019-03-27 12:59:56 -04:00
parent bf55f928b8
commit a46c9104c3

View File

@@ -412,6 +412,7 @@ public:
PROFILE_START("Compute subphase",1); PROFILE_START("Compute subphase",1);
Averages.Full(); Averages.Full();
Averages.Write(timestep);
PROFILE_STOP("Compute subphase",1); PROFILE_STOP("Compute subphase",1);
} }
private: private: