ASM #657 - Errors loading Distance Speed tool and Time of Arrival Tool
Change-Id: I73ca64048b00338b82ee13c5958d6b823cc4a43d Former-commit-id:0e482de8ef
[formerlye71e54b5da
] [formerlyedb9dd1ff2
] [formerly30bc1b7450
[formerlyedb9dd1ff2
[formerly 4d58f21546e01f4dda1414b60d0de48c13608c99]]] Former-commit-id:30bc1b7450
Former-commit-id: da825f15830072d8193dda6e633466497a7933e6 [formerly166004b927
] Former-commit-id:28de7f52a2
This commit is contained in:
parent
93411f0a7f
commit
b39c1428eb
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ import com.vividsolutions.jts.geom.Point;
|
|||
* 06-24-2013 DR 16317 D. Friedman Handle "motionless" track.
|
||||
* 04-24-2014 DR 16356 Qinglu Lin Added newWarnGen, oneStormAngle, justSwitchedToLOS,
|
||||
* justSwitchedToOS, and trackType.
|
||||
* 06-24-2014 DR 17436 Qinglu Lin Assigned "unknown" to trackType.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -208,7 +209,7 @@ public class StormTrackState {
|
|||
|
||||
public boolean justSwitchedToOS = false;
|
||||
|
||||
public static String trackType = null;
|
||||
public static String trackType = "unknown";
|
||||
|
||||
/** Compute the coordinate of the storm center at the time defined by dataTime via interpolation. */
|
||||
public boolean compuateCurrentStormCenter(Coordinate coord, DataTime dateTime) {
|
||||
|
|
Loading…
Add table
Reference in a new issue