Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ExtrapolatePulsarSpinsTest.c File Reference

Test for ExtrapolatePulsarSpins(). More...

Prototypes

int main (void)
 Very simple test: given spin-params at \( \tau_0 \) , extrapolate them to \( \tau_1 \) and compare to reference-result... More...
 

Detailed Description

Test for ExtrapolatePulsarSpins().

Author
Reinhard Prix

Definition in file ExtrapolatePulsarSpinsTest.c.

Go to the source code of this file.

Macros

#define RELERROR(x, y)   fabs( 2.0 * ((x) - (y)) / ( (x) + (y) ) )
 

Macro Definition Documentation

◆ RELERROR

#define RELERROR (   x,
  y 
)    fabs( 2.0 * ((x) - (y)) / ( (x) + (y) ) )

Definition at line 35 of file ExtrapolatePulsarSpinsTest.c.

Function Documentation

◆ main()

int main ( void  )

Very simple test: given spin-params at \( \tau_0 \) , extrapolate them to \( \tau_1 \) and compare to reference-result...

Definition at line 41 of file ExtrapolatePulsarSpinsTest.c.