nextsimhub / nextsimdg

neXtSIM_DG : next generation sea-ice model with DG
https://nextsim-dg.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
10 stars 13 forks source link

Use `const` qualifiers in XIOS interface #583

Closed jwallwork23 closed 1 week ago

jwallwork23 commented 1 week ago

The interface for XIOS in Xios hardly uses const qualification at all. It should be used for read-only arguments to methods.

jwallwork23 commented 1 week ago

Closed by #585.