LALInspiral 5.0.3.1-eeff03c
LALInspiralVCSInfo.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#ifndef _LALINSPIRALVCSINFO_H
22#define _LALINSPIRALVCSINFO_H
23
24#include <lal/LALVCSInfoType.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30/**
31 * \defgroup LALInspiralVCSInfo_h Header LALInspiralVCSInfo.h
32 * \ingroup lalinspiral_general
33 * \brief VCS and build information for LALInspiral
34 */
35/*@{*/
36
37/** VCS and build information for LALInspiral */
39
40/** Identable VCS and build information for LALInspiral */
42
43/** <tt>NULL</tt>-terminated list of VCS and build information for LALInspiral and its dependencies */
45
46/*@}*/
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /* _LALINSPIRALVCSINFO_H */
const LALVCSInfoList lalInspiralVCSInfoList
NULL-terminated list of VCS and build information for LALInspiral and its dependencies
const LALVCSInfo lalInspiralVCSIdentInfo
Identable VCS and build information for LALInspiral.
const LALVCSInfo lalInspiralVCSInfo
VCS and build information for LALInspiral.
const LALVCSInfo *const LALVCSInfoList[16]