Skip to content

Commit

Permalink
add missing variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Nov 2, 2021
1 parent 1c1d249 commit 3caf7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dagmc/tests/dagmc_simple_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ TEST_F(DagmcSimpleTest, dagmc_find_volume) {
int vol_idx = 1;
int vol_dim = 3;
double xyz[3] = {0.0, 0.0, 0.0};
EntityHandle vol_h;
EntityHandle expected_vol_h = DAG->entity_by_index(vol_dim, vol_idx);
ErrorCode rval = DAG->find_volume(xyz, vol_h);
EXPECT_EQ(rval, MB_SUCCESS);
Expand Down

0 comments on commit 3caf7ed

Please sign in to comment.