Simplified error suppressing in Spicemanager

This commit is contained in:
Anton Arbring
2015-04-21 15:50:40 -04:00
parent f95b746ee1
commit 163796cfdf
2 changed files with 16 additions and 33 deletions
+2
View File
@@ -673,6 +673,8 @@ private:
std::map<int, std::vector< std::pair<double, double> > > _spkIntervals;
std::map<int, std::set<double> > _ckCoverageTimes;
std::map<int, std::set<double> > _spkCoverageTimes;
const static bool _showErrors = true;
/// The last assigned kernel-id, used to determine the next free kernel id
KernelIdentifier _lastAssignedKernel;