Skip to content

Commit a3e2a12

Browse files
committed
remove template
1 parent ffcc798 commit a3e2a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Base/RealVect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#if (AMREX_SPACEDIM == 3)
1717
namespace {
1818
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>;
19+
pyamrex_realvect_crossproduct_f pyamrex_realvect_crossproduct = &amrex::RealVect::crossProduct;
2020
}
2121
#endif
2222

0 commit comments

Comments
 (0)