Skip to content

Commit

Permalink
Made save/load test of datatables #6 somewhat shorter by reducing the…
Browse files Browse the repository at this point in the history
… grid.
  • Loading branch information
gablank committed Jan 27, 2015
1 parent cf9cfd7 commit 62f8542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/serialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ bool serializeDataTable6()
{
for (double k = -0.01; k <= 0.01; k += 0.001)
{
for (double l = -100000.0; l < 0.0; l += 13720.0)
for (double l = -100000.0; l < -60000.0; l += 13720.0)
{
x.at(0) = i;
x.at(1) = j;
Expand Down

0 comments on commit 62f8542

Please sign in to comment.