summaryrefslogtreecommitdiffstats
path: root/ast/erfam.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-09 19:26:44 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-09 19:26:44 (GMT)
commit1332d38f2805d986ea130e43218c0d2e870b4dc1 (patch)
treeaa72853cb8d0d8fcd53a6f5eddf196a374226706 /ast/erfam.h
parent5e545ec8058cc5238dc870468b34b5d4617f307f (diff)
downloadblt-1332d38f2805d986ea130e43218c0d2e870b4dc1.zip
blt-1332d38f2805d986ea130e43218c0d2e870b4dc1.tar.gz
blt-1332d38f2805d986ea130e43218c0d2e870b4dc1.tar.bz2
update ast 8.6.2
Diffstat (limited to 'ast/erfam.h')
-rw-r--r--ast/erfam.h61
1 files changed, 0 insertions, 61 deletions
diff --git a/ast/erfam.h b/ast/erfam.h
deleted file mode 100644
index 5190b3e..0000000
--- a/ast/erfam.h
+++ /dev/null
@@ -1,61 +0,0 @@
-#if !defined( ERFAM_INCLUDED ) /* Include this file only once */
-#define ERFAM_INCLUDED
-/*
-*+
-* Name:
-* erfam.h
-
-* Purpose:
-* Macros defined by the ERFA library.
-
-* Language:
-* Starlink ANSI C
-
-* Type of Module:
-* Include file
-
-* Description:
-* Macros defined by the ERFA library. This is needed by the pal.c
-* file, which includes source files that include "erfam.h" from the
-* current directory (i.e. the main AST source directory), not the
-* erfa subdirectory.
-
-* Authors:
-* DSBJ: David S Berry (JAC, Hawaii)
-* {enter_new_authors_here}
-
-* History:
-* 23-FEB-2012 (DSB):
-* Initial version.
-* {enter_further_changes_here}
-
-* Copyright:
-* Copyright (C) 2012 Science and Technology Facilities Council.
-* All Rights Reserved.
-
-* Licence:
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License as
-* published by the Free Software Foundation; either version 3 of
-* the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be
-* useful, but WITHOUT ANY WARRANTY; without even the implied
-* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-* PURPOSE. See the GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
-* USA.
-
-* Bugs:
-* {note_any_bugs_here}
-*-
-*/
-
-/* Include the macros defined in the corresponding header file in the
- erfa subdirectory. */
-#include "erfa/erfam.h"
-
-#endif