LALGSLTest.c File Reference

#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 Documentation

#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.


Function Documentation

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.


Variable Documentation

gsl_error_handler_t* gsl_error_handler

gsl_error_handler_t* original_handler

Definition at line 55 of file LALGSLTest.c.


Generated on Sat Aug 30 03:13:54 2008 for LAL by  doxygen 1.5.2