explicitly include all Evaluations in the file for each specialization
indirectly this was already the case: Math.hpp includes Evaluation.hpp, but this change should make it more explicit.
This commit is contained in:
@@ -67,6 +67,7 @@ specializationTemplate = \
|
||||
#define OPM_DENSEAD_EVALUATION{{numDerivs}}_HPP
|
||||
{% endif %}\
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
#include "Math.hpp"
|
||||
|
||||
#include <opm/common/Valgrind.hpp>
|
||||
|
||||
Reference in New Issue
Block a user