13.2.1-16 baseline

Former-commit-id: e40b78e021afdc0d3775c7bd3720aee81b58133a
This commit is contained in:
Steve Harris 2013-03-18 12:57:34 -04:00
parent 7b52d3eb6e
commit a75fe06bfe

View file

@ -1948,6 +1948,8 @@ public class FFMPGenerator extends CompositeProductGenerator implements
}
}
ffmpData.remove(siteDataKey);
statusHandler.info("Removing from memory: "+siteDataKey);
accumulator.setReset(false);
writeFFTIData(siteDataKey, accumulator);
}
@ -2098,6 +2100,7 @@ public class FFMPGenerator extends CompositeProductGenerator implements
// replace or insert it
ffmpData.remove(qpeSiteSourceDataKey);
statusHandler.info("Removing from memory: "+qpeSiteSourceDataKey);
values.setReset(false);
writeFFTIData(siteDataKey, values);
}