Issue #666 fix for ncep metars to share correctly in collaboration session

Change-Id: I829eea313b5870d3df551f9b5224d178528412ae

Former-commit-id: b4de13af62ea179577e9dc799c3174d4ce7bd21b
This commit is contained in:
Nate Jensen 2012-07-03 13:38:31 -05:00
parent 5211449202
commit ad2c9b5d3b

View file

@ -884,6 +884,7 @@ public class PlotResource2 extends AbstractNatlCntrsResource<PlotResourceData, M
if( generator != null ) {
generator.shutdown();
}
initialized = false;
}
protected AbstractFrameData createNewFrame( DataTime frameTime, int timeInt ) {