Skip to content

Commit 3f41357

Browse files
committed
Define MeshPerElemTest regardless of ExodusII
Even if we have ExodusII *and* XDR disabled, we'll still need this base class for XDA tests.
1 parent 4556949 commit 3f41357

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/mesh/mesh_elem_test.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#include "../geom/elem_test.h"
55

6-
#ifdef LIBMESH_HAVE_EXODUS_API
7-
86
#include "libmesh/mesh_serializer.h"
97

108
using namespace libMesh;
@@ -117,6 +115,4 @@ class MeshPerElemTest : public PerElemTest<elem_type>
117115
}
118116
};
119117

120-
#endif // LIBMESH_HAVE_EXODUS_API
121-
122118
#endif // MESH_ELEM_TEST_H

0 commit comments

Comments
 (0)