Skip to content

SCT_CalibAlgs: const fix.

SCTCalib::writeModuleListToCool can't be const because it calls the non-const tool method m_pCalibWriteTool->wrapUpNoisyChannel().

Merge request reports