Skip to content
Snippets Groups Projects
Commit 62e32a7a authored by Robert K's avatar Robert K
Browse files

[cleanup] don't show sigma error when it's not computed.

parent a7ef1e62
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,8 @@ namespace Fem
l2EocError.add( u, f );
static DGEOCError dgEocError( "DG-Error" );
dgEocError.add( u, f );
static H1EOCError sigmaEocError( "sigma-norm" );
sigmaEocError.add( sigma, f );
//static H1EOCError sigmaEocError( "sigma-norm" );
//sigmaEocError.add( sigma, f );
}
};
......
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