nasa / TrickHLA

TrickHLA: An IEEE 1516 High Level Architecture (HLA) Simulation Interoperability Standard Implementation for Trick Base Simulations
Other
38 stars 15 forks source link

C style casts #123

Closed dandexter closed 1 year ago

dandexter commented 1 year ago

Refactored all the c-style casts to use c++ style. Also addressed the Trick memory manager delete variable call needing a 'void *' cast.