#include <math.h>#include <stdlib.h>#include <errno.h>#include <lal/LALStdlib.h>#include <lal/Date.h>#include <lal/TimeDelay.h>#include <lal/SkyCoordinates.h>#include <lal/DetectorSite.h>Include dependency graph for TestDelay.c:

Go to the source code of this file.
Defines | |
| #define | DOUBLE_EPSILON 1.0536712127723507013e-08 |
Functions | |
| NRCSID (LALTESTDELAYC,"$Id: TestDelay.c,v 1.14 2007/06/08 14:41:43 bema Exp $") | |
| int | main (int argc, char **argv) |
Variables | |
| int | lalDebugLevel = 0 |
| #define DOUBLE_EPSILON 1.0536712127723507013e-08 |
Definition at line 81 of file TestDelay.c.
| NRCSID | ( | LALTESTDELAYC | , | |
| "$Id: TestDelay. | c, | |||
| v 1.14 2007/06/08 14:41:43 bema Exp $" | ||||
| ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 86 of file TestDelay.c.
| int lalDebugLevel = 0 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 84 of file TestDelay.c.
1.5.2