Skip to content

Commit

Permalink
test more time steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jul 7, 2023
1 parent 6149875 commit 4ba5fd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ int main(int argc, char* argv[])
// 14 steps - reach 3rd order
// 22 steps - reach 4th order
// 27 steps - reach 5th order
for (int i = 1; i <= 14; i++)
for (int i = 1; i <= 30; i++)
{
std::cout << std::flush;
std::cerr << std::flush;
Expand Down

0 comments on commit 4ba5fd4

Please sign in to comment.