Skip to content

Commit 67ef577

Browse files
[arcane,materials] Corrige compilation CUDA.
1 parent 3ef2ead commit 67ef577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arcane/src/arcane/core/materials/ComponentItemInternal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ class ARCANE_CORE_EXPORT ComponentItemInternal
319319
m_component_id = static_cast<Int16>(component_id);
320320
}
321321

322-
ComponentItemInternalLocalId _internalLocalId() const
322+
ARCCORE_HOST_DEVICE ComponentItemInternalLocalId _internalLocalId() const
323323
{
324324
return m_component_item_internal_local_id;
325325
}

0 commit comments

Comments
 (0)