summaryrefslogtreecommitdiffstats
path: root/ast/erfam.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-11-02 19:16:17 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-11-02 19:16:17 (GMT)
commit293057bdd882685f8ddad66bf77196a5853b08da (patch)
tree22c02c3808f490432f5f785c8bb665438169662b /ast/erfam.h
parent87f20cbc44f8f6b53c00c37f89bc134a1f4cf29e (diff)
parentd26ed8388f100a12996c0b92a98040ef2ba7fa8e (diff)
downloadblt-293057bdd882685f8ddad66bf77196a5853b08da.zip
blt-293057bdd882685f8ddad66bf77196a5853b08da.tar.gz
blt-293057bdd882685f8ddad66bf77196a5853b08da.tar.bz2
Merge commit 'd26ed8388f100a12996c0b92a98040ef2ba7fa8e' as 'ast'
Diffstat (limited to 'ast/erfam.h')
-rw-r--r--ast/erfam.h61
1 files changed, 61 insertions, 0 deletions
diff --git a/ast/erfam.h b/ast/erfam.h
new file mode 100644
index 0000000..5190b3e
--- /dev/null
+++ b/ast/erfam.h
@@ -0,0 +1,61 @@
+#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