Skip to content

Commit df60156

Browse files
author
Chad Trabant
committed
Add clarification regarding open end times for selections
1 parent 78e6d8e commit df60156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libmseed.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ extern int ms_parse_raw2 (char *record, int maxreclen, int8_t details, int8_t sw
335335

336336
/** @brief Data selection structure time window definition containers */
337337
typedef struct MS3SelectTime {
338-
nstime_t starttime; //!< Earliest data for matching channels
339-
nstime_t endtime; //!< Latest data for matching channels
338+
nstime_t starttime; //!< Earliest data for matching channels, use ::NSTERROR for open
339+
nstime_t endtime; //!< Latest data for matching channels, use ::NSTERROR for open
340340
struct MS3SelectTime *next; //!< Pointer to next selection time, NULL if the last
341341
} MS3SelectTime;
342342

0 commit comments

Comments
 (0)