Changeset 14774 for trunk/FACT++/scripts


Ignore:
Timestamp:
01/14/13 06:45:43 (12 years ago)
Author:
neise
Message:
non existent member Observation.utc was used in line 461. changed it to Observation.start
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Main.js

    r14773 r14774  
    462462   
    463463    // 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)
    465465    {
    466466        throw new Error("Start time '"+utc.toUTCString()+
Note: See TracChangeset for help on using the changeset viewer.