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 47d5e24 commit ffcc798Copy full SHA for ffcc798
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 = &RealVect::template crossProduct<3>;
+ pyamrex_realvect_crossproduct_f pyamrex_realvect_crossproduct = &amrex::RealVect::template crossProduct<3>;
20
}
21
#endif
22
0 commit comments