Messy attempt to make the spectral module enabled parameters be tied to particular modules, this needs to be seriously examined...
This commit is contained in:
@ -486,6 +486,8 @@ public:
|
||||
|
||||
inline void swapSpectrumProcesses(SpectrumProcess& a, SpectrumProcess& b)
|
||||
{
|
||||
std::swap(a, b);
|
||||
return;
|
||||
bool aenab = *b.m_enabled;
|
||||
bool benab = *a.m_enabled;
|
||||
std::swap(a.m_index, b.m_index);
|
||||
|
Reference in New Issue
Block a user