Skip to content
Snippets Groups Projects
Unverified Commit 168cfe6a authored by René Fritze's avatar René Fritze
Browse files

[test] fix c&p error

parent ab14996e
No related branches found
No related tags found
No related merge requests found
......@@ -62,10 +62,11 @@
#include "common.hh"
int main(int argc, char** argv) static const double LocalizableProjectionOperator_default_tolerance = 1e-15;
static const double LocalizableProjectionOperator_default_tolerance = 1e-15;
static const double LocalizableProjectionOperator_alugrid_tolerance = 3.8e-11;
static const double L2ProjectionLocalizableOperator_alugrid_tolerance = 3.7965e-11;
int main(int argc, char** argv)
{
using namespace Dune;
using namespace Dune::XT::Common;
......
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