aboutsummaryrefslogtreecommitdiffstats
path: root/astro/cosmo_calc/ddivid.h
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-10-31 16:32:33 +0800
committerAaron LI <aly@aaronly.me>2017-10-31 16:32:33 +0800
commit47c7f81c160adf8b60048b36c19af236110a3060 (patch)
treea0c56a347483764737d635621b8daa2f90690d60 /astro/cosmo_calc/ddivid.h
parentb9ea82cebbbebf7093495129b1a97767e0d33c5e (diff)
downloadatoolbox-47c7f81c160adf8b60048b36c19af236110a3060.tar.bz2
Remove astro/cosmo_calc: replaced by chandra-acis-analysis/bin/cosmo_calc.py
Diffstat (limited to 'astro/cosmo_calc/ddivid.h')
-rw-r--r--astro/cosmo_calc/ddivid.h8
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