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 ffcc798 commit a3e2a12Copy full SHA for a3e2a12
src/Base/RealVect.cpp
@@ -16,7 +16,7 @@
16
#if (AMREX_SPACEDIM == 3)
17
namespace {
18
using pyamrex_realvect_crossproduct_f = amrex::RealVect (amrex::RealVect::*)(const amrex::RealVect&) const noexcept;
19
- pyamrex_realvect_crossproduct_f pyamrex_realvect_crossproduct = &amrex::RealVect::template crossProduct<3>;
+ pyamrex_realvect_crossproduct_f pyamrex_realvect_crossproduct = &amrex::RealVect::crossProduct;
20
}
21
#endif
22
0 commit comments