Skip to content
Snippets Groups Projects
Commit 6ec65f39 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Do not specialize IsNumber for adouble

That's already done in adolcnamespaceinjections.hh, in dune-fufem.
parent c1a43696
No related branches found
No related tags found
No related merge requests found
......@@ -27,15 +27,6 @@ typedef double FDType;
#include <dune/fufem/utilities/adolcnamespaceinjections.hh>
#include <dune/common/typetraits.hh>
// This specialization is needed (in particular) to make copying of FieldMatrices work.
namespace Dune {
template <>
struct IsNumber<adouble>
{
constexpr static bool value = true;
};
}
#include <dune/common/fmatrix.hh>
#include <dune/geometry/quadraturerules.hh>
......
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