Skip to content

Commit 348b0d0

Browse files
Made the printing of data better
1 parent 73b02db commit 348b0d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/begrun.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ _ _ ________ _________
6161
else
6262
SaveVTK(particles, out);
6363

64-
std::cout << "Wrote: " << out << "\n";
64+
std::cout << "[Dump " << step << "] "
65+
<< "t = " << simTime
66+
<< ", file: " << out << "\n";
6567

6668
nextDump += args.dump_interval;
6769
step++;

0 commit comments

Comments
 (0)