#include <math.h>#include <stdio.h>#include <stdlib.h>#include <lal/LALStdlib.h>#include <lal/LALGSL.h>#include <lal/LALConstants.h>#include <gsl/gsl_sf.h>#include <gsl/gsl_integration.h>#include <gsl/gsl_errno.h>Include dependency graph for LALGSLTest.c:

Go to the source code of this file.
Defines | |
| #define | TESTSTATUS(pstatus, code) |
| #define | TESTHANDLER |
Functions | |
| NRCSID (LALGSLTESTC,"$Id: LALGSLTest.c,v 1.3 2007/06/08 14:41:54 bema Exp $") | |
| int | main (void) |
Variables | |
| gsl_error_handler_t * | gsl_error_handler |
| gsl_error_handler_t * | original_handler |
| #define TESTSTATUS | ( | pstatus, | |||
| code | ) |
Value:
if ( (pstatus)->statusCode != code ) { REPORTSTATUS(pstatus); exit(1); } else ((void)(0))
Definition at line 49 of file LALGSLTest.c.
| #define TESTHANDLER |
Value:
if ( original_handler != gsl_error_handler ) { fprintf( stderr, "Error: handler was not restored!\n" ); exit(2); } else ((void)(0))
Definition at line 56 of file LALGSLTest.c.
| NRCSID | ( | LALGSLTESTC | , | |
| "$Id: LALGSLTest. | c, | |||
| v 1.3 2007/06/08 14:41:54 bema Exp $" | ||||
| ) |
| int main | ( | void | ) |
VARIABLES AND DUMMY INPUT DATA FOR TESTING THE ALGORITHM
Definition at line 165 of file LALGSLTest.c.
| gsl_error_handler_t* gsl_error_handler |
| gsl_error_handler_t* original_handler |
Definition at line 55 of file LALGSLTest.c.
1.5.2