Skip to content

Commit

Permalink
Address feedback on PR in test, changelog language
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanhab committed Dec 19, 2023
1 parent 30f0de1 commit 3e345e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and `Blankevoort1991Ligament`, usages of `get_GeometryPath`, `upd_GeometryPath`,
- Deleting elements from an `OpenSim::Coordinate` range now throws an exception during `finalizeFromProperties` (previously:
it would let you do it, and throw later when `Coordinate::getMinRange()` or `Coordinate::getMaxRange()` were called, #3532)
- Added `FunctionBasedPath`, a class for representing paths in `Force`s based on `Function` objects (#3389)
- Fixed bindings to expose the method Model::getCoordinateNamesInMultibodyTreeOrder to scripting users (#3569)
- Introduced the method `Model::getCoordinateNamesInMultibodyTreeOrder` for convenient access to internal coordinate ordering for scripting users (#3569)
- Fixed a bug where constructing a `ModelProcessor` from a `Model` object led to an invalid `Model`
- Added `LatinHypercubeDesign`, a class for generating Latin hypercube designs using random and algorithm methods (#3570)
- Refactor c3dExport.m file as a Matlab function (#3501), also expose method to allow some operations on tableColumns
Expand Down
1 change: 1 addition & 0 deletions OpenSim/Simulation/Test/testAssemblySolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ void testAssembleModelWithConstraints(string modelFile)
auto coordsInOrder = model.getCoordinateNamesInMultibodyTreeOrder();
cout << coordsInOrder << std::endl;

assert(coords.getSize()==coordsInOrder.size());
// Initial coordinates after initial assembly
Vector q0 = state.getQ();

Expand Down

0 comments on commit 3e345e4

Please sign in to comment.