Merge "Issue #1533 Update the calculated dataset size after loading subset xml" into 13.2.1_delivery

Former-commit-id: d5a0674873 [formerly 98f25434a9] [formerly d5a0674873 [formerly 98f25434a9] [formerly 21059af185 [formerly 4043ba3c71a85148bbd262fd5cd371c290b5bfd8]]]
Former-commit-id: 21059af185
Former-commit-id: 30ab7d00ff [formerly 18b96d33c6]
Former-commit-id: 66f7449b9c
This commit is contained in:
Lee Venable 2013-01-29 10:00:37 -06:00 committed by Gerrit Code Review
commit 68d5562118

View file

@ -84,6 +84,7 @@ import com.raytheon.uf.viz.datadelivery.utils.DataDeliveryUtils;
* Jan 04, 2013 1299 djohnson Add logging of invalid forecast hour information if it occurs again.
* Jan 04, 2013 1420 mpduff Pass cycles in for rules.
* Jan 18, 2013 1414 bsteffen Add ensemble tab.
* Jan 28, 2013 1533 djohnson Update the calculated dataset size after loading subset xml.
*
* </pre>
*
@ -200,6 +201,7 @@ public class GriddedSubsetManagerDlg
if (ensembleTab != null) {
ensembleTab.loadFromSubsetXML(subsetXml);
}
updateDataSize();
}
/*