Skip to content
Snippets Groups Projects
Commit 8d2d2837 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Use scope resolution to make some compiler happy

parent fd2eee54
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ class ContactTransferOperatorAssembler
typedef Dune::FieldMatrix<field_type, blocksize, blocksize> MatrixBlock;
typedef std::vector<MatrixBlock> CoordSystemVector;
typedef Dune::BCRSMatrix<MatrixBlock> MatrixType;
typedef ContactAssembler<GridType0::dimension, field_type> ContactAssembler;
typedef ::ContactAssembler<GridType0::dimension, field_type> ContactAssembler;
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment