From ef2148f9e4dbaa1d0f8cef471c5ca9f4d0fb932a Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Fri, 26 Feb 2010 21:28:54 +0000 Subject: [PATCH] bugfix: use FieldVector<double,1> instead of 'double' [[Imported from SVN: r5638]] --- src/rodlocalstiffness.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rodlocalstiffness.hh b/src/rodlocalstiffness.hh index 7fd85762..6c9873b0 100644 --- a/src/rodlocalstiffness.hh +++ b/src/rodlocalstiffness.hh @@ -537,7 +537,7 @@ assembleGradient(const Entity& element, // /////////////////////////////////////// // Compute deformation gradient // /////////////////////////////////////// - double shapeGrad[numOfBaseFct]; + FieldVector<double,1> shapeGrad[numOfBaseFct]; for (int dof=0; dof<numOfBaseFct; dof++) { -- GitLab