summaryrefslogtreecommitdiff
path: root/tests/vtk_write.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vtk_write.cpp')
-rw-r--r--tests/vtk_write.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vtk_write.cpp b/tests/vtk_write.cpp
index 0fcc169..5d61580 100644
--- a/tests/vtk_write.cpp
+++ b/tests/vtk_write.cpp
@@ -38,7 +38,7 @@ SAW_TEST("VTK Write test example"){
std::stringstream sstream;
- saw::data<sch::CellField<sch::D2Q5,sch::CellStruct<sch::D2Q5>>> cells;
+ saw::data<sch::CellField<sch::D2Q5,sch::CellStruct<sch::D2Q5>>> cells{{{2u,2u}}};
auto eov = lbm::impl::lbm_vtk_writer<sch::CellField<sch::D2Q5,sch::CellStruct<sch::D2Q5>>>::apply(sstream, cells);
SAW_EXPECT(eov.is_value(), "vtk writer failed to write");