9 #include <boost/test/unit_test.hpp>
36 std::vector<MaterialProperties> l0 = {std::move(a00), std::move(a10)};
37 std::vector<MaterialProperties> l1 = {std::move(a01), std::move(a11)};
38 std::vector<MaterialProperties> l2 = {std::move(a02), std::move(a12)};
41 std::vector<std::vector<MaterialProperties>>
m = {
42 std::move(l0), std::move(l1), std::move(l2)};