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 8350037 commit 47501c7Copy full SHA for 47501c7
src/Base/RealVect.cpp
@@ -126,7 +126,7 @@ void init_RealVect(py::module &m) {
126
.def_static("unit_vector", &RealVect::TheUnitVector)
127
128
.def("BASISREALV", [](int dir) -> RealVect {
129
- return amrex::BASISREALV<AMREX_SPACEDIM>(dir); },
+ return amrex::BASISREALV(dir); },
130
"return basis vector in given coordinate direction")
131
;
132
0 commit comments