Skip to content
Snippets Groups Projects
Commit 4c7fd92c authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[ug] Remove definition of SMALL_D

The defintion fixes a missing include within dune-uggrid.
parent e783cad1
No related branches found
No related tags found
1 merge request!766[ug] remove definition of D_SMALL
Pipeline #75498 passed
......@@ -8,9 +8,6 @@
#include <dune-uggrid-config.hh> // DUNE_UGGRID_HAVE_DDDCONTEXT, ModelP
/** \todo Here only to provide the constant DBL_EPSILON. There's maybe a better way? */
#include "float.h"
namespace Dune {
/** \brief Encapsulates a few UG methods and macros
......@@ -929,9 +926,6 @@ namespace Dune {
using UG_NAMESPACE ::DOUBLE_VECTOR;
using UG::DOUBLE;
double det;
#ifndef SMALL_D
const double SMALL_D = DBL_EPSILON*10;
#endif
INVERSE_TRANSFORMATION(n, x, local, mat, det);
return 0;
}
......
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