LAL  7.5.0.1-8083555
LALVCSInfoHeader.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014, 2016 Karl Wette
3  * Copyright (C) 2009-2013 Adam Mercer
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or (at
8  * your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with with program; see the file COPYING. If not, write to the
17  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18  * MA 02110-1301 USA
19  */
20 
21 /*
22  * LALVCSInfo.h - LAL VCS Information Header
23  */
24 
25 /** \cond DONT_DOXYGEN */
26 
27 #ifndef _LALVCSINFOHEADER_H
28 #define _LALVCSINFOHEADER_H
29 
30 #include <lal/LALVCSInfoType.h>
31 #include <lal/LALVCSInfo.h>
32 #include <lal/LALConfig.h>
33 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37 
38 /* VCS information */
39 #define LAL_VCS_ID "8083555ee2f0852e535d77d5742d6de3f9b5c80b"
40 #define LAL_VCS_DATE "2024-03-27 16:19:37 +0000"
41 #define LAL_VCS_BRANCH "None"
42 #define LAL_VCS_TAG "None"
43 #define LAL_VCS_AUTHOR "Adam Mercer <adam.mercer@ligo.org>"
44 #define LAL_VCS_COMMITTER "Adam Mercer <adam.mercer@ligo.org>"
45 #define LAL_VCS_CLEAN "CLEAN"
46 #define LAL_VCS_STATUS "CLEAN: All modifications committed"
47 
48 #if LAL_VERSION_DEVEL != 0
49 /* VCS header/library mismatch link check function */
50 #define LAL_VCS_LINK_CHECK LAL_CLEAN_8083555ee2f0852e535d77d5742d6de3f9b5c80b_VCS_HEADER_LIBRARY_MISMATCH
51 void LAL_VCS_LINK_CHECK(void);
52 #endif
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 
58 #endif /* _LALVCSINFOHEADER_H */
59 
60 /** \endcond */