#include <stdio.h>#include <lal/LALStdlib.h>#include <lal/BlockRho.h>#include <lal/LALRCSID.h>Include dependency graph for BlockTest.c:

Go to the source code of this file.
Defines | |
| #define | TestStatus(ps) |
Functions | |
| NRCSID (BLOCKTESTC,"$Id: BlockTest.c,v 1.3 2007/06/08 14:41:43 bema Exp $") | |
| int | main (void) |
Variables | |
| int | lalDebugLevel = LALMSGLVL3 |
| #define TestStatus | ( | ps | ) |
Value:
if ( (ps)->statusCode ) { fprintf( stderr, "Failed LAL routine near line %d\n", __LINE__ ); exit( 1 ); } else ((void)0)
Definition at line 46 of file BlockTest.c.
| NRCSID | ( | BLOCKTESTC | , | |
| "$Id: BlockTest. | c, | |||
| v 1.3 2007/06/08 14:41:43 bema Exp $" | ||||
| ) |
| int main | ( | void | ) |
Definition at line 54 of file BlockTest.c.
| int lalDebugLevel = LALMSGLVL3 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 52 of file BlockTest.c.
1.5.2