Skip to content

Commit

Permalink
uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
ryar9534 committed Dec 11, 2024
1 parent 246dbc8 commit bb4dfc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void ElasticIsotropicPressureDependentUpdates::getElasticStrainInc( localIndex c
real64 P;
real64 Q;

LvArray::tensorOps::copy<6>( stress, m_newStress[k][q] );
LvArray::tensorOps::copy< 6 >( stress, m_newStress[k][q] );

twoInvariant::stressDecomposition( stress,
P,
Expand All @@ -260,7 +260,7 @@ void ElasticIsotropicPressureDependentUpdates::getElasticStrainInc( localIndex c

real64 oldStrain[6]{};

LvArray::tensorOps::copy<6>( stress, m_oldStress[k][q] );
LvArray::tensorOps::copy< 6 >( stress, m_oldStress[k][q] );

twoInvariant::stressDecomposition( stress,
P,
Expand Down

0 comments on commit bb4dfc8

Please sign in to comment.