opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
758 stars 307 forks source link

Replaced i with d in format strings #3828

Closed AllisonJohn closed 3 days ago

AllisonJohn commented 3 days ago

Fixes issue #3827

Brief summary of changes

i->d

Testing I've completed

Tested formats in sandbox, using i creates this error: libc++abi: terminating due to uncaught exception of type fmt::v6::format_error: invalid type specifier while using d works as expected.

Looking for feedback on...

CHANGELOG.md (choose one)


This change is Reviewable