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:
parent
eccd38608c
commit
fb6a0c3c39
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue