Skip to content

Commit c9b7ad7

Browse files
committed
Include raw_type instead of numberarray bc it doesn't depend on config
1 parent 48c9f67 commit c9b7ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

m4/libmesh_metaphysicl.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ AC_DEFUN([CONFIGURE_METAPHYSICL],
7373
CXXFLAGS="$CXXFLAGS $METAPHYSICL_INC"
7474
7575
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
76-
@%:@include "metaphysicl/numberarray.h"
76+
@%:@include "metaphysicl/raw_type.h"
7777
]], [[
78-
MetaPhysicL::NumberArray<4, double> x;
78+
MetaPhysicL::RawType<double> x;
7979
]])],[
8080
enablemetaphysicl=yes
8181
AC_MSG_RESULT(yes)

0 commit comments

Comments
 (0)