summaryrefslogtreecommitdiffstats
path: root/ast/erfam.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-10 15:55:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-10 15:55:01 (GMT)
commit9646e8d50bc1481de77459d59738826f9c256ad6 (patch)
treee47684c08ae346d96e3c6ea8780f3886fe74e6f6 /ast/erfam.h
parent37e757832a7f2c690cea41df5bf9cfa9ee18f67f (diff)
downloadblt-9646e8d50bc1481de77459d59738826f9c256ad6.zip
blt-9646e8d50bc1481de77459d59738826f9c256ad6.tar.gz
blt-9646e8d50bc1481de77459d59738826f9c256ad6.tar.bz2
upgrade ast 8.7.1
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