ASM #15059 MPE: Updated Save Best Estimate to use lower case in query of mapx field.

Change-Id: I303064502e2c7eea80577ab937f702c99b2e2065

Former-commit-id: d967cdf333a9c71d4f98402a123e01359dca3bc3
This commit is contained in:
steve.naples 2015-02-03 21:12:21 +00:00
parent eccd38608c
commit fb6a0c3c39

View file

@ -337,7 +337,7 @@ public class SaveBestEstimate {
Rwresult pRWResultNode = pRWResultHead.get(0);
/* Update the elements in the RWResult node. */
pRWResultNode.setMapxFieldType(fldtype);
pRWResultNode.setMapxFieldType(fldtype.toLowerCase());
pRWResultNode.setAutoSave(asave);
pRWResultNode.setDrawPrecip(drpr);
pRWResultNode.setLastSaveTime(SimulatedTime.getSystemTime()