AVSLab / basilisk

Astrodynamics simulation framework
https://hanspeterschaub.info/basilisk
ISC License
147 stars 61 forks source link

fix xcode 16 compiler warning #810

Closed schaubh closed 2 months ago

schaubh commented 2 months ago

Description

We were doing an implicit variable type conversion. Return the size of the std::vector as an integer is sufficient for this application.

Verification

All unit tests pass

Documentation

None

Future work

None