Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
[dok] fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricchevalier19 committed Nov 16, 2023
1 parent 2928b8b commit efda2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/alien/kernels/dok/DoKMatrixT.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class DoKMatrix : public IMatrixImpl
m_data.compact();
m_need_update = false;
}

// TODO remove mutable !
mutable DoKLocalMatrixT<ValueType> m_data = {};
bool m_need_update = true;
Expand Down

0 comments on commit efda2e7

Please sign in to comment.