We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e606d commit 1cc1b6eCopy full SHA for 1cc1b6e
configure
@@ -63450,13 +63450,13 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63450
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63451
/* end confdefs.h. */
63452
63453
- #include "metaphysicl/numberarray.h"
+ #include "metaphysicl/raw_type.h"
63454
63455
int
63456
main (void)
63457
{
63458
63459
- MetaPhysicL::NumberArray<4, double> x;
+ MetaPhysicL::RawType<double> x;
63460
63461
;
63462
return 0;
0 commit comments