Skip to content

Commit

Permalink
Update IMKBilin.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott committed Oct 18, 2021
1 parent 727beff commit 49b4833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/material/uniaxial/IMKBilin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ int IMKBilin::setTrialStrain(double strain, double strainRate)
}

// Simple and unified notation for current bacbone parameters
Mi_temp = Mi_1 + K_j * (Ri - Ri_1);
double Mi_temp = Mi_1 + K_j * (Ri - Ri_1);
if (Mi_temp >= 0.0) {
Ki = K_j;
slope_pi = slope_p_pos_j;
Expand Down

0 comments on commit 49b4833

Please sign in to comment.