Changeset 17189 for trunk/FACT++/scripts/Observation_class.js
- Timestamp:
- 09/19/13 16:21:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Observation_class.js
r17180 r17189 58 58 case 'DATA': 59 59 if (i!=obj.measurements.length-1) 60 throw new Error("DATA must be the last in the list of measurements");60 throw new Error("DATA [n="+i+", "+utc.toUTCString()+"] must be the last in the list of measurements [cnt="+obj.measurements.length+"]"); 61 61 if (ret[i].source == undefined) 62 62 throw new Error("Observation must have either 'source' or 'task' " +
Note:
See TracChangeset
for help on using the changeset viewer.