From a0ae86beed9e802a6f368175f1dcdb6ae745ab01 Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Fri, 17 May 2019 11:29:23 +0200 Subject: [PATCH] Make the getStress method compile --- dune/gfe/rodlocalstiffness.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/rodlocalstiffness.hh b/dune/gfe/rodlocalstiffness.hh index 25328d86..f922e16d 100644 --- a/dune/gfe/rodlocalstiffness.hh +++ b/dune/gfe/rodlocalstiffness.hh @@ -510,7 +510,7 @@ template <class GridType, class RT> Dune::FieldVector<RT, 6> RodLocalStiffness<GridType, RT>:: getStress(const std::vector<RigidBodyMotion<RT,3> >& localSolution, const Entity& element, - const Dune::FieldVector<DT, 1>& pos) const + const Dune::FieldVector<double, 1>& pos) const { const auto& indexSet = gridView_.indexSet(); std::vector<TargetSpace> localRefConf = {referenceConfiguration_[indexSet.subIndex(element, 0, 1)], -- GitLab