summaryrefslogtreecommitdiffstats
path: root/funtools/filter/tl.h
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/filter/tl.h')
-rw-r--r--funtools/filter/tl.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/funtools/filter/tl.h b/funtools/filter/tl.h
deleted file mode 100644
index 4e7dcfe..0000000
--- a/funtools/filter/tl.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (c) 1999-2003 Smithsonian Astrophysical Observatory
- */
-
-/*
- *
- * tl.h -- declarations for tl parsing
- *
- */
-
-#ifndef __tl_h
-#define __tl_h
-
-#include "prsetup.h"
-
-_PRbeg
-
-double tlp2i _PRx((double dp, double tlmin, double binsiz, int type));
-int itlp2i _PRx((double dp, double tlmin, double binsiz, int type));
-double tli2p _PRx((double di, double tlmin, double binsiz, int type));
-double tldim _PRx((double tlmin, double tlmax, double binsiz, int type));
-
-_PRend
-
-#endif