Skip to content
Snippets Groups Projects
Commit e6b90312 authored by Christian Engwer's avatar Christian Engwer
Browse files

ups... typo...

[[Imported from SVN: r1012]]
parent 7aa2c975
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ namespace Dune {
void print (std::ostream& s, int indent) const
{
RangeField sum = 0.0;
RangeFieldType sum = 0.0;
s << "quad (id = " << asImp().getIdentifier() <<") { \n" ;
s << " nop = " << asImp().nop() << " | order = " << asImp().order() << "\n";
for(int i=0; i<asImp().nop(); i++)
......
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