Skip to content
Snippets Groups Projects
Commit ca86e157 authored by lh1887's avatar lh1887
Browse files

Use correct typedef for Entity

parent b2fb6b36
No related branches found
No related tags found
1 merge request!95Use correct typedef for Entity
Pipeline #39781 passed
...@@ -22,7 +22,7 @@ class LocalAssembler ...@@ -22,7 +22,7 @@ class LocalAssembler
public: public:
typedef typename GridType::template Codim<0>::Entity::Entity Element; typedef typename GridType::template Codim<0>::Entity Element;
typedef Dune::Matrix< Dune::FieldMatrix<int,1,1> > BoolMatrix; typedef Dune::Matrix< Dune::FieldMatrix<int,1,1> > BoolMatrix;
typedef typename Dune::Matrix<T> LocalMatrix; typedef typename Dune::Matrix<T> LocalMatrix;
typedef typename T::field_type field_type; typedef typename T::field_type field_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment