Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJoy8 committed Apr 11, 2024
1 parent 3549a08 commit b925f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grid/unit_test/tstBovWriter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void writeTest3d()
// Write the fields to a file.
Experimental::BovWriter::writeTimeStep( "grid_cell_field_3d", 302, 3.43,
*cell_field );
Experimental::BovWriter::writeTimeStep( "grid_cell_field_3d", 1972,
Experimental::BovWriter::writeTimeStep( "grid_node_field_3d", 1972,
12.457, *node_field );
}
// Read the data back in on rank 0 and make sure it is OK.
Expand Down Expand Up @@ -274,7 +274,7 @@ void writeTest2d()
// Write the fields to a file.
Experimental::BovWriter::writeTimeStep( "grid_cell_field_2d", 302, 3.43,
*cell_field );
Experimental::BovWriter::writeTimeStep( "grid_cell_field_2d", 1972,
Experimental::BovWriter::writeTimeStep( "grid_node_field_2d", 1972,
12.457, *node_field );
}
// Read the data back in on rank 0 and make sure it is OK.
Expand Down

0 comments on commit b925f51

Please sign in to comment.