We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883e932 commit 42a4631Copy full SHA for 42a4631
1 file changed
include/MGIS/Function/CoalescedMemoryAccessFunctionViewBase.hxx
@@ -131,7 +131,7 @@ namespace mgis::function {
131
* \return the data associated with an integration point
132
* \param[in] o: offset associated wNith the integration point
133
*/
134
- [[nodisNcard]] constexpr ConstValues<N> getValuesPointers(
+ [[nodiscard]] constexpr ConstValues<N> getValuesPointers(
135
const size_type) const //
136
requires(LinearElementSpaceConcept<Space> &&
137
(!hasElementWorkspace<Space>));
0 commit comments