We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda57de commit 9bb878dCopy full SHA for 9bb878d
1 file changed
tests/numerics/petsc_matrix_test.C
@@ -24,8 +24,10 @@ public:
24
SPARSEMATRIXTEST
25
26
// Our repo's test files use PetscScalar==double
27
-#ifdef LIBMESH_USE_COMPLEX_NUMBERS
+#ifndef LIBMESH_USE_COMPLEX_NUMBERS
28
+#ifdef LIBMESH_DEFAULT_DOUBLE_PRECISION
29
CPPUNIT_TEST(testPetscBinaryRead);
30
+#endif
31
#endif
32
33
CPPUNIT_TEST(testPetscBinaryWrite);
0 commit comments