Skip to content

Commit b843ea4

Browse files
committed
Run bootstrap
1 parent c9b7ad7 commit b843ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63450,13 +63450,13 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6345063450
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6345163451
/* end confdefs.h. */
6345263452

63453-
#include "metaphysicl/numberarray.h"
63453+
#include "metaphysicl/raw_type.h"
6345463454

6345563455
int
6345663456
main (void)
6345763457
{
6345863458

63459-
MetaPhysicL::NumberArray<4, double> x;
63459+
MetaPhysicL::RawType<double> x;
6346063460

6346163461
;
6346263462
return 0;

0 commit comments

Comments
 (0)