ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 40 forks source link

Adding "const" casts for pointer arguments #151

Closed khuck closed 6 years ago

khuck commented 6 years ago

For the ADIOST callback functions, some pointers required a cast to const so the tool can't modify the contents.