Skip to content
Snippets Groups Projects
Commit 66f2b75d authored by Oliver Sander's avatar Oliver Sander
Browse files

using new ConstDofIteratorType

[[Imported from SVN: r1337]]
parent ce66a7bb
Branches
Tags
No related merge requests found
......@@ -328,7 +328,7 @@ void Dune::AmiraMeshWriter<GridType>::writeFunction(const DiscFuncType& f,
// write the data into the AmiraMesh object
typedef typename DiscFuncType::DofIteratorType DofIterator;
typedef typename DiscFuncType::ConstDofIteratorType DofIterator;
DofIterator dit = f.dbegin();
DofIterator ditend = f.dend();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment