Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into draco
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Nov 9, 2020
2 parents 61814ba + 7867d4a commit 5938df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/io/FauxReaderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ TEST(FauxReaderTest, uniform)
{
Options ops;

ops.add("bounds", BOX3D(0, 100, 0, 100, 0, 100));
ops.add("bounds", BOX3D(0, 0, 0, 100, 100, 100));
ops.add("count", 1000);
ops.add("seed", 2121212);
ops.add("mode", "uniform");
Expand All @@ -268,7 +268,7 @@ TEST(FauxReaderTest, uniform)
}

int xtot[] = { 117, 95, 94, 93, 90, 118, 102, 97, 102, 92 };
int ytot[] = { 97, 108, 93, 83, 114, 98, 100, 105, 110, 92 };
int ytot[] = { 92, 110, 105, 100, 98, 114, 83, 93, 108, 97 };
int ztot[] = { 92, 99, 106, 100, 105, 106, 109, 88, 84, 111 };

for (size_t i = 0; i < 10; ++i)
Expand Down

0 comments on commit 5938df6

Please sign in to comment.