Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInference 4.1.9.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALInferenceVCSInfoHeader.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 * LALInferenceVCSInfo.h - LALInference VCS Information Header
23 */
24
25/** \cond DONT_DOXYGEN */
26
27#ifndef _LALINFERENCEVCSINFOHEADER_H
28#define _LALINFERENCEVCSINFOHEADER_H
29
30#include <lal/LALVCSInfoType.h>
31#include <lal/LALInferenceVCSInfo.h>
32#include <lal/LALInferenceConfig.h>
33
34#ifdef __cplusplus
35extern "C" {
36#endif
37
38/* VCS information */
39#define LALINFERENCE_VCS_ID "5e288d307a57761220ddec659d57ae1ab1f4a1d3"
40#define LALINFERENCE_VCS_DATE "2025-06-17 11:54:06 +0000"
41#define LALINFERENCE_VCS_BRANCH "None"
42#define LALINFERENCE_VCS_TAG "None"
43#define LALINFERENCE_VCS_AUTHOR "Geraint Pratten <geraint.pratten@ligo.org>"
44#define LALINFERENCE_VCS_COMMITTER "Geraint Pratten <geraint.pratten@ligo.org>"
45#define LALINFERENCE_VCS_CLEAN "CLEAN"
46#define LALINFERENCE_VCS_STATUS "CLEAN: All modifications committed"
47
48#if LALINFERENCE_VERSION_DEVEL != 0
49/* VCS header/library mismatch link check function */
50#define LALINFERENCE_VCS_LINK_CHECK LALINFERENCE_CLEAN_5e288d307a57761220ddec659d57ae1ab1f4a1d3_VCS_HEADER_LIBRARY_MISMATCH
51void LALINFERENCE_VCS_LINK_CHECK(void);
52#endif
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif /* _LALINFERENCEVCSINFOHEADER_H */
59
60/** \endcond */