Skip to content

Commit

Permalink
Change FILE_FORMAT version number to 4.0.0
Browse files Browse the repository at this point in the history
Changes the FILE_FORMAT version number written by CADET (in /meta) to
4.0.0.
  • Loading branch information
sleweke committed May 6, 2020
1 parent b53a4b7 commit 30e9fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common/Driver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class Driver
writer.scalar("TIME_SIM", _sim->lastSimulationDuration());

if (!writer.exists("FILE_FORMAT"))
writer.scalar("FILE_FORMAT", 30102);
writer.scalar("FILE_FORMAT", 40000);

writer.popGroup();
}
Expand Down

0 comments on commit 30e9fa9

Please sign in to comment.