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

sum is of type RangeField and not double

[[Imported from SVN: r1011]]
parent 309378ad
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
{
double sum = 0.0;
RangeField 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