when we're running a genotype through a test-cpu
| 60 | void SetTestMode() { m_testing = true; } //@MRR Some modifications I've made need to distinguish |
| 61 | void ClearTestMode() { m_testing = false; } // when we're running a genotype through a test-cpu |
| 62 | bool GetTestMode() { return m_testing; } // versus when we're not when dealing with reactions rewards. |
| 63 | |
| 64 | void EnableOrgFaultReporting() { m_org_faults = true; } |
| 65 | void DisableOrgFaultReporting() { m_org_faults = false; } |