Go to the source code of this file.
Macros | |
| #define | LAL_CHECK_VALID_SERIES(s, val) |
| #define | LAL_CHECK_CONSISTENT_TIME_SERIES(s1, s2, val) |
| #define | LAL_CHECK_COMPATIBLE_TIME_SERIES(s1, s2, val) |
| #define | LAL_CHECK_COMPATIBLE_BUT_UNIT_TIME_SERIES(s1, s2, val) |
| #define LAL_CHECK_VALID_SERIES | ( | s, | |
| val | |||
| ) |
Definition at line 7 of file check_series_macros.h.
| #define LAL_CHECK_CONSISTENT_TIME_SERIES | ( | s1, | |
| s2, | |||
| val | |||
| ) |
Definition at line 13 of file check_series_macros.h.
| #define LAL_CHECK_COMPATIBLE_TIME_SERIES | ( | s1, | |
| s2, | |||
| val | |||
| ) |
Definition at line 22 of file check_series_macros.h.
| #define LAL_CHECK_COMPATIBLE_BUT_UNIT_TIME_SERIES | ( | s1, | |
| s2, | |||
| val | |||
| ) |
Definition at line 29 of file check_series_macros.h.