Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Code/Source/solver/Integrator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ void Integrator::predictor()
Vector<double> fiber_stretch_rate;

// Determine if we need to compute fiber stretch and stretch rate, by going
// through all domains of all equations until we find one for which active
// stress is enabled.
// through all domains of all equations until we find one for which an active
// stress model is enabled.
bool need_fiber_stretch = false;
bool need_fiber_stretch_rate = false;
int fiber_stretch_eq_index = -1;
Expand Down