Skip to content
Snippets Groups Projects
Commit b823237c authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL/RM] Fix comment

parent e69af34d
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
namespace ProcessLib::RichardsMechanics namespace ProcessLib::RichardsMechanics
{ {
/// Data whose state must be tracked by the TRM process. /// Data whose state must be tracked by the process.
template <int DisplacementDim> template <int DisplacementDim>
using StatefulData = std::tuple< using StatefulData = std::tuple<
StrainData<DisplacementDim>, StrainData<DisplacementDim>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment