Skip to content

Commit

Permalink
Fix error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-at-github committed Jan 8, 2021
1 parent b3541bb commit 1677e27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/rti/ray/rectangle_origin_z.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ using namespace rti;

// Test Fixture
class rectangle_origin_z_double : public ::testing::Test {
using nt = double;
protected:
using nt = double;

nt zval = 2.0;
// Corners of testing domain
util::pair<nt> c1 {2.0, 2.0}; // x, y
Expand Down

0 comments on commit 1677e27

Please sign in to comment.