Skip to content

Commit 4bb9a63

Browse files
committed
Fix typo and missing EOL whitespace
1 parent 68930c9 commit 4bb9a63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Applications/Forward/test/testForward.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ TEST_CASE("testPendulumExternalLoadWithPointInGround") {
113113

114114
TEST_CASE("testArm26") {
115115
Object::renameType("Thelen2003Muscle", "Thelen2003Muscle_Deprecated");
116-
116+
117117
ForwardTool forward("arm26_Setup_Forward.xml");
118118
forward.run();
119119

@@ -262,4 +262,4 @@ TEST_CASE("testForwardToolVersusManager") {
262262
CHECK_STORAGE_AGAINST_STANDARD(forwardStates, managerStates, rms_tols,
263263
__FILE__, __LINE__, "testForwardToolVersusManager failed");
264264

265-
}
265+
}

OpenSim/Simulation/Manager/Manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class OSIMSIMULATION_API Manager {
320320
void setIntegratorFinalTime(double finalTime);
321321

322322
/**
323-
* (Advanced) %Use infinity norm (maximum absolute value) instead of default
323+
* (Advanced) Use infinity norm (maximum absolute value) instead of default
324324
* RMS norm to evaluate whether accuracy has been achieved for states and
325325
* for constraint tolerance for the internal SimTK::Integrator.
326326
*

0 commit comments

Comments
 (0)