ASM #657 - Errors loading Distance Speed tool and Time of Arrival Tool

Change-Id: I73ca64048b00338b82ee13c5958d6b823cc4a43d

Former-commit-id: 0e482de8ef [formerly e71e54b5da] [formerly edb9dd1ff2] [formerly 30bc1b7450 [formerly edb9dd1ff2 [formerly 4d58f21546e01f4dda1414b60d0de48c13608c99]]]
Former-commit-id: 30bc1b7450
Former-commit-id: da825f15830072d8193dda6e633466497a7933e6 [formerly 166004b927]
Former-commit-id: 28de7f52a2
This commit is contained in:
Qinglu.Lin 2014-06-25 08:28:55 -04:00
parent 93411f0a7f
commit b39c1428eb

View file

@ -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) {