From b9054f5e55df456672b0a584daace9defbdac136 Mon Sep 17 00:00:00 2001 From: Alexandra Heuschling Date: Fri, 4 Dec 2020 17:27:04 +0100 Subject: [PATCH] add property of type bool to unittest for OM files --- src/Unittests/unittests_read_write_OM.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unittests/unittests_read_write_OM.cc b/src/Unittests/unittests_read_write_OM.cc index 37dbb120..ebefebb7 100644 --- a/src/Unittests/unittests_read_write_OM.cc +++ b/src/Unittests/unittests_read_write_OM.cc @@ -1595,7 +1595,7 @@ void do_all_property_types(MeshT& _mesh, PropertyAction 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);