Merge "ASM #657 - Errors loading Distance Speed tool and Time of Arrival Tool" into asm_14.3.1

Former-commit-id: 57ba27ba3d21e8f96affe5056d20d6e0b1540dc7
This commit is contained in:
Matthew Howard 2014-09-11 08:56:49 -05:00 committed by Gerrit Code Review
commit 7121e2e6e1

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