164165166167168169170171172173174
} // now check for sliding window flag if (slidingWindow) { // cut old values s.cutToValueCount(MAX_VALUES); } } } catch (Exception e) { SimSystem.report(e); } finally {