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);