From 2442fd4cc4cd95288b0e6a0f827e853fb4ebfd71 Mon Sep 17 00:00:00 2001 From: j0405284 Date: Wed, 21 Aug 2024 21:37:59 +0200 Subject: [PATCH] uncrustify --- .../elementFormulations/Qk_Hexahedron_Lagrange_GaussLobatto.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreComponents/finiteElement/elementFormulations/Qk_Hexahedron_Lagrange_GaussLobatto.hpp b/src/coreComponents/finiteElement/elementFormulations/Qk_Hexahedron_Lagrange_GaussLobatto.hpp index 74c7a9bffba..bb49c000c71 100644 --- a/src/coreComponents/finiteElement/elementFormulations/Qk_Hexahedron_Lagrange_GaussLobatto.hpp +++ b/src/coreComponents/finiteElement/elementFormulations/Qk_Hexahedron_Lagrange_GaussLobatto.hpp @@ -1115,7 +1115,7 @@ jacobianTransformationWithCorners( real64 const (&coords)[3], real64 alpha = ( GL_BASIS::parentSupportCoord( qa ) + 1.0 ) / 2.0; real64 beta = ( GL_BASIS::parentSupportCoord( qb ) + 1.0 ) / 2.0; real64 gamma = ( GL_BASIS::parentSupportCoord( qc ) + 1.0 ) / 2.0; - trilinearInterp( alpha, beta, gamma, X, Xnode); + trilinearInterp( alpha, beta, gamma, X, Xnode ); for( int i = 0; i < 3; ++i ) { for( int j = 0; j < 3; ++j )