We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0e7dfb + a93feee commit 3fdc4bcCopy full SHA for 3fdc4bc
1 file changed
tests/mesh/mesh_elem_test.h
@@ -83,6 +83,8 @@ class MeshPerElemTest : public PerElemTest<elem_type>
83
for (auto d : make_range(LIBMESH_DIM))
84
(*n1)(d) = double(n(d));
85
}
86
+#else
87
+ libmesh_ignore(double_precision);
88
#endif
89
if (Point(*n1) == Point(n))
90
n2 = other_mesh.node_ptr(n.id());
0 commit comments