Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Committing 2 small changes not specifically related to #1714, but rel…
…ated the processing of genesis tracks. When getting items from ATCFGenLines, the columns to be shifted are off by one. We had been shifting offset 2 up to 3, but it should have remained at 2. Also when initializing a TrackInfo object, set the StormID by calling ATCFLineBase::storm_id() instead of constructing it from BASIN:CYCLONE:YYYY. For ATCFGenLines we want to set the Storm ID equal to the 3rd column rather than constructing it!
- Loading branch information