Skip to content

Commit

Permalink
Add isUniform to CommonUtilities and Update Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeattie42 committed Jan 18, 2025
1 parent c0f5d31 commit 0998a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenSim/Common/CommonUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ SimTK::Vector createVector(std::initializer_list<SimTK::Real> elements);
* details
*/
/// @ingroup commonutil
OSIMCOMMON_API
template <typename T>
std::pair<bool, T> isUniform(const std::vector<T>& x) {

Expand Down

0 comments on commit 0998a15

Please sign in to comment.