Merge "ASM #118" into asm_14.2.2
Former-commit-id: f2354898d0a40ae7a19b4349d25b4204d2da3e4d
This commit is contained in:
commit
0f5ce6fbde
1 changed files with 4 additions and 1 deletions
|
@ -110,6 +110,7 @@ import com.raytheon.uf.edex.decodertools.time.TimeTools;
|
|||
* 10/28/2013 16711 lbousaidi if the id is not in location table,but defined in geoarea table
|
||||
* data can be posted to appropriate pe-based tables only if the data
|
||||
* type is not READING like in A1 code.
|
||||
* 02/18/2014 16572 l. Bousaidi only apply adjust factor to non missing values.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -642,7 +643,9 @@ public class PostShef {
|
|||
* SHEF value coming in and if so adjust that value in the shefrec
|
||||
* structure
|
||||
*/
|
||||
if (!dataValue.equals(ShefConstants.SHEF_MISSING)) {
|
||||
adjustRawValue(locId, data);
|
||||
}
|
||||
|
||||
/*
|
||||
* multiply non-missing values of discharge values and unspecified
|
||||
|
|
Loading…
Add table
Reference in a new issue