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

[PL] Fix typo.

parent 5f8a6acb
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ public: ...@@ -48,7 +48,7 @@ public:
using MatrixDimDim = Matrix<Dim, Dim>; using MatrixDimDim = Matrix<Dim, Dim>;
// TODO That only works if all process variables are single component // TODO That only works if all process variables are single component
// and use the same shape fucntions. // and use the same shape functions.
//! Local matrix for the given number of d.o.f.\ per node and number of //! Local matrix for the given number of d.o.f.\ per node and number of
//! integration points //! integration points
using LocalMatrix = Matrix<NNodes*NodalDOF, NNodes*NodalDOF>; using LocalMatrix = Matrix<NNodes*NodalDOF, NNodes*NodalDOF>;
......
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