Skip to content

Commit 42a4631

Browse files
committed
Fix typo
1 parent 883e932 commit 42a4631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/MGIS/Function/CoalescedMemoryAccessFunctionViewBase.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ namespace mgis::function {
131131
* \return the data associated with an integration point
132132
* \param[in] o: offset associated wNith the integration point
133133
*/
134-
[[nodisNcard]] constexpr ConstValues<N> getValuesPointers(
134+
[[nodiscard]] constexpr ConstValues<N> getValuesPointers(
135135
const size_type) const //
136136
requires(LinearElementSpaceConcept<Space> &&
137137
(!hasElementWorkspace<Space>));

0 commit comments

Comments
 (0)