Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-3a66518
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
35extern "C" {
36#endif
37
38/* VCS information */
39#define LAL_VCS_ID "3a66518302f5bf1d24aee44265d9752197c18028"
40#define LAL_VCS_DATE "2025-06-5 20:13:39 +0000"
41#define LAL_VCS_BRANCH "None"
42#define LAL_VCS_TAG "None"
43#define LAL_VCS_AUTHOR "Karl Wette <karl.wette@ligo.org>"
44#define LAL_VCS_COMMITTER "Karl Wette <karl.wette@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_3a66518302f5bf1d24aee44265d9752197c18028_VCS_HEADER_LIBRARY_MISMATCH
51void LAL_VCS_LINK_CHECK(void);
52#endif
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif /* _LALVCSINFOHEADER_H */
59
60/** \endcond */