Skip to content

Commit

Permalink
New time steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Feb 23, 2024
1 parent cf9c46c commit d1f72d8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/time_schemes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@ static std::vector<std::string> dts({ "1.5E-4",
"1.5E-4",
"1.1E-4",
"1.0E-4",
"1.9E-4",
"2.0E-4",
"2.0E-4",
"2.0E-4",
"2.8E-4",
"3.4E-4",
"3.6E-4",
"3.8E-4",
"2.0E-4",
"2.0E-3",
"2.4E-3",
"2.4E-3" });
"9.6E-4",
"1.4E-3",
"1.5E-3",
"1.6E-3",
"1.4E-3",
"1.9E-3",
"1.9E-3",
"1.9E-3",
"9.4E-4",
"1.5E-3",
"1.5E-3",
"1.6E-3" });

using namespace std;

Expand Down

0 comments on commit d1f72d8

Please sign in to comment.