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... | |
Test for ExtrapolatePulsarSpins().
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) ) ) |
Definition at line 35 of file ExtrapolatePulsarSpinsTest.c.
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.