Skip to content

Reduce dependencies on the ions_m module

Nicolas Tancogne-Dejean requested to merge less_ion_module into main

Description

Reduce dependencies on the ions_m module:

  • Remove dependencies on the ion module.
  • Remove the dependence on ions_m in the io_function_m module.

Most of the changes, that can be done thanks to the fact that the IO does not depend on the ions_m module will be done in a subsequent merge request.

Merge request reports