Changeset 14886 for trunk/FACT++/scripts
- Timestamp:
- 02/09/13 18:17:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r14775 r14886 464 464 if (i>0 && observations[i].start <= observations[i-1].start) 465 465 { 466 throw new Error("Start time '"+ utc.toUTCString()+466 throw new Error("Start time '"+ observations[i].start.toUTCString()+ 467 467 "' in row "+i+" exceeds start time in row "+(i-1)); 468 468 }
Note:
See TracChangeset
for help on using the changeset viewer.