diff options
Diffstat (limited to 'astro/cosmo_calc/ddivid.h')
-rw-r--r-- | astro/cosmo_calc/ddivid.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/astro/cosmo_calc/ddivid.h b/astro/cosmo_calc/ddivid.h deleted file mode 100644 index a957de5..0000000 --- a/astro/cosmo_calc/ddivid.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef DDIVID -#define DDIVID - -extern double ddivid(double (*foo)(double),double x1,double x2,double err); -extern double ddivid(double (*foo)(double),double z,double x1,double x2,double err); - -#endif -//EOF |