summaryrefslogtreecommitdiff
path: root/misc/gctpc/files/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gctpc/files/report.h')
-rw-r--r--misc/gctpc/files/report.h55
1 files changed, 0 insertions, 55 deletions
diff --git a/misc/gctpc/files/report.h b/misc/gctpc/files/report.h
deleted file mode 100644
index cb3fa8c9b8ab..000000000000
--- a/misc/gctpc/files/report.h
+++ /dev/null
@@ -1,55 +0,0 @@
-#ifndef INCLUDED_REPORT_H
-#define INCLUDED_REPORT_H
-
-// Functions declartions for report.cc.
-// Was not provided in the original gctpc distribution.
-
-int
-init(long int ipr, long int jpr, char *efile, char *pfile);
-
-void
-close_file(void);
-
-void
-ptitle(char *A);
-
-void
-radius(double A);
-
-void
-radius2(double A, double B);
-
-void
-cenlon(double A);
-
-void
-cenlonmer(double A);
-
-void
-cenlat(double A);
-
-void
-origin(double A);
-
-void
-stanparl(double A, double B);
-
-void
-stparl1(double A);
-
-void
-offsetp(double A, double B);
-
-void
-genrpt(double A, char *S);
-
-void
-genrpt_long(long int A, char *S);
-
-void
-pblank(void);
-
-void
-p_error(char *what, char *where);
-
-#endif // INCLUDED_REPORT_H