Changeset 14774 for trunk/FACT++/scripts
- Timestamp:
- 01/14/13 06:45:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r14773 r14774 462 462 463 463 // check if the start date given by the user is increasing. 464 if (i>0 && observations[i]. utc <= observations[i-1].utc)464 if (i>0 && observations[i].start <= observations[i-1].start) 465 465 { 466 466 throw new Error("Start time '"+utc.toUTCString()+
Note:
See TracChangeset
for help on using the changeset viewer.