From b44f4888f0f757ab22b3256888897a25ee103ca2 Mon Sep 17 00:00:00 2001 From: Alexandra Heuschling Date: Mon, 15 Mar 2021 01:51:02 +0100 Subject: [PATCH] update unit test also for std::vector --- src/Unittests/unittests_read_write_OM.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Unittests/unittests_read_write_OM.cc b/src/Unittests/unittests_read_write_OM.cc index a02ae16b..6de7336c 100644 --- a/src/Unittests/unittests_read_write_OM.cc +++ b/src/Unittests/unittests_read_write_OM.cc @@ -1655,19 +1655,19 @@ void do_all_property_types(MeshT& _mesh, PropertyAction action, int version) do_property> (_mesh, action); do_property> (_mesh, action); do_property> (_mesh, action); -// do_property> (_mesh, action); + do_property> (_mesh, action); do_property>> (_mesh, action); do_property>>(_mesh, action); do_property>> (_mesh, action); do_property>> (_mesh, action); -// do_property>> (_mesh, action); + do_property>> (_mesh, action); do_property>>> (_mesh, action); do_property>>>(_mesh, action); do_property>>> (_mesh, action); do_property>>> (_mesh, action); -// do_property>>> (_mesh, action); + do_property>>> (_mesh, action); } do_all_property_types_vec_all_dim(_mesh, action);