Skip to content

Make global topology constant in energyOutput.printAnnealingTemperatures()

energyOutput.printAnnealingTemperatures() takes a non-const pointer to the SimulationGroups object stored in the global topology, but only ever reads its information. This makes the pointer const.

Refs #3467 (closed)

Merge request reports