Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 54ab380

Browse files
committed
Fix some typos.
1 parent 1f9214f commit 54ab380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/mechanics/force_contribution_lib.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ namespace fdl
976976
// stress contribution, isotropic term
977977
stresses[qp_n] =
978978
0.5 * a * std::exp(b * (I1_bar - 3.0)) * I1_bar_dFF;
979-
// stress contribution, transversly isotropic term, fiber f
979+
// stress contribution, transversely isotropic term, fiber f
980980
const double I4_f = I4_i(CC, fiber_f);
981981
if (kappa_f != 0.0 || I4_f > 1.0)
982982
{
@@ -989,7 +989,7 @@ namespace fdl
989989
(kappa_f * I1_bar_dFF +
990990
(1.0 - 3.0 * kappa_f) * dI4_i_dFF(FF, fiber_f));
991991
}
992-
// stress contribution, transversly isotropic term, fiber s
992+
// stress contribution, transversely isotropic term, fiber s
993993
const double I4_s = I4_i(CC, fiber_s);
994994
if (kappa_s != 0.0 || I4_s > 1.0)
995995
{

0 commit comments

Comments
 (0)