More Linux / build (map[arch:debian arch_ver:10], apt-get install -y libgtest-dev
cd /usr/src/gtest
cmake .
make
cp libgtest* /usr/lib/
) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:11], export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y tzdata
) (push) Has been cancelled
* Integrated MultiDtInteg classes into Trick build.
* Corrected some comments
* Cleaned up version and added test
* Small fixes and more interesting test case
* Added MultiDt integration User's Guide section.
* Correct numbered solutions
* Newline fix
* Added check that an integration rate can be represented in trick tics
* Fixed doc comment and added baseline sat2d_multidt sim. Need to add specific rates.
* Fixed some tics vs doubles issues. Added testing and comparison vs single rate. exact match
* cleaned up unit test input files and prevent both realtime and any guis if unit tests are enabled
* Fix input file syntax error
* Fix formatting, grammar, and syntax
Additionally, a sentence that referenced something that isn't used anywhere was removed.
* Promote headers, Format stuff
Many headers were far too deep. In some cases, the highest header was h4. To correct this, the offending headers were promoted once or twice as appropriate. Minor formatting changes were made, too.
* Fixed an incorrect conversion constant.
* Update library dependency explanation
The old explanation was confusing and seemingly self contradicting in places. This new explanation aims to fix that.
Co-authored-by: Matthew Elmer <m.elmer@mailbox.org>