Skip to content

Commit fce7b03

Browse files
committed
Trim trailing whitespace in Manager
1 parent a8609ba commit fce7b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenSim/Simulation/Manager/Manager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class OSIMSIMULATION_API Manager {
186186
* StatesTrajectory trajectory.
187187
*
188188
* This option provides an alternative to setWriteToStorage(), which records
189-
* state variable values at each step of the integration but not other
189+
* state variable values at each step of the integration but not other
190190
* information contained in the SimTK::State (e.g., Lagrange multipliers,
191191
* constraint errors, etc.).
192192
*
@@ -393,7 +393,7 @@ class OSIMSIMULATION_API Manager {
393393
* these changes will be ignored. If you make changes to the model and
394394
* continue integrating without re-initializing, an exception will be thrown.
395395
*
396-
* If the provided final time is greater than or equal to the current time,
396+
* If the provided final time is greater than or equal to the current time,
397397
* an exception is thrown.
398398
*
399399
* @note The proper way to handle the simulation of a discontinuous system

0 commit comments

Comments
 (0)