Skip to content

Commit

Permalink
uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
sframba committed Aug 21, 2024
1 parent 4f058cb commit 2442fd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 2442fd4

Please sign in to comment.