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 8254cc7 commit 4579d52Copy full SHA for 4579d52
src/MeshField_ShapeField.hpp
@@ -276,7 +276,7 @@ auto CreateCoordinateField(const MeshInfo &meshInfo) {
276
using DataType = Real;
277
using MemorySpace = typename ExecutionSpace::memory_space;
278
const int numComp = meshInfo.dim;
279
-// FIXME Oversized cabana datatypes when numComp = 1|2
+// FIXME Oversized cabana datatypes when numComp = 1|2, specialize controller template for dimension? //HERE
280
#ifdef MESHFIELDS_ENABLE_CABANA
281
using Ctrlr = std::conditional_t<
282
std::is_same_v<
0 commit comments