Skip to content

Commit 194853b

Browse files
committed
BUG: If outputting from main fails, note that it's the "initial" output
1 parent 22ef72b commit 194853b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ int main() {
177177
didWork = output(neutralsMag, ionsMag, mGrid, time, planet);
178178
}
179179
if (!didWork)
180-
throw std::string("output failed!");
180+
throw std::string("Initial output failed!");
181181

182182
// This is advancing now... We are not coupling, so set dt_couple to the
183183
// end of the simulation

0 commit comments

Comments
 (0)