Skip to content

Make global topology constant in mdoutf

init_mdoutf and gmx_mdoutf required non-const pointers to the global topology. This is not needed, so this is changed to a const pointer.

Refs #3467 (closed)

Merge request reports