Skip to content
Snippets Groups Projects
Commit ef3a89c3 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Add stagered grid test

parent dc3096b2
No related branches found
No related tags found
No related merge requests found
......@@ -356,6 +356,10 @@ BOOST_AUTO_TEST_CASE( vtk_writer_use_grids)
vtk_g.add(1,g4,offset4,spacing4,d4,cmb2);
vtk_g.write("vtk_grids_st.vtk");
// Check that match
bool test = compare("vtk_grids_st.vtk","vtk_grids_st_test.vtk");
BOOST_REQUIRE_EQUAL(test,true);
}
}
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment