Skip to content
Snippets Groups Projects
Commit 94fc7583 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Minor change.

[[Imported from SVN: r800]]
parent 005b8067
No related branches found
No related tags found
No related merge requests found
......@@ -288,6 +288,8 @@ namespace Dune {
{
typedef DofIteratorAdapt<DofType,DofArrayType> MyType;
public:
typedef DofType T;
DofIteratorAdapt ( DofArrayType & dofArray , int count )
: dofArray_ ( dofArray ) , constArray_ (dofArray) , count_ ( count ) {};
......
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