From ee5ee215bd8731db60a217d3d4880bcf8d3f8d64 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Wed, 26 Apr 2017 11:10:58 +0200 Subject: [PATCH] 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. --- bin/genEvalSpecializations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/genEvalSpecializations.py b/bin/genEvalSpecializations.py index 89536d9e7..1e22bc916 100755 --- a/bin/genEvalSpecializations.py +++ b/bin/genEvalSpecializations.py @@ -67,6 +67,7 @@ specializationTemplate = \ #define OPM_DENSEAD_EVALUATION{{numDerivs}}_HPP {% endif %}\ +#include "Evaluation.hpp" #include "Math.hpp" #include