Skip to content

Commit 4579d52

Browse files
committed
wip
1 parent 8254cc7 commit 4579d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MeshField_ShapeField.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ auto CreateCoordinateField(const MeshInfo &meshInfo) {
276276
using DataType = Real;
277277
using MemorySpace = typename ExecutionSpace::memory_space;
278278
const int numComp = meshInfo.dim;
279-
// FIXME Oversized cabana datatypes when numComp = 1|2
279+
// FIXME Oversized cabana datatypes when numComp = 1|2, specialize controller template for dimension? //HERE
280280
#ifdef MESHFIELDS_ENABLE_CABANA
281281
using Ctrlr = std::conditional_t<
282282
std::is_same_v<

0 commit comments

Comments
 (0)