LALConfig.h   LALConfig.h 
/* lib/lal/LALConfig.h. Generated from LALConfig.h.in by configure. */ /* lib/lal/LALConfig.h. Generated from LALConfig.h.in by configure. */
/* only include this file if LAL's config.h has not been included */ /* only include this file if LAL's config.h has not been included */
#ifndef LAL_VERSION #ifndef LAL_VERSION
/* LAL Version */ /* LAL Version */
#define LAL_VERSION "6.13.2" #define LAL_VERSION "6.13.3"
/* LAL Version Major Number */ /* LAL Version Major Number */
#define LAL_VERSION_MAJOR 6 #define LAL_VERSION_MAJOR 6
/* LAL Version Minor Number */ /* LAL Version Minor Number */
#define LAL_VERSION_MINOR 13 #define LAL_VERSION_MINOR 13
/* LAL Version Micro Number */ /* LAL Version Micro Number */
#define LAL_VERSION_MICRO 2 #define LAL_VERSION_MICRO 3
/* LAL Version Devel Number */ /* LAL Version Devel Number */
#define LAL_VERSION_DEVEL 0 #define LAL_VERSION_DEVEL 0
/* Suppress debugging code */ /* Suppress debugging code */
/* #undef LAL_NDEBUG */ /* #undef LAL_NDEBUG */
/* Use functions rather than macros */ /* Use functions rather than macros */
/* #undef NOLALMACROS */ /* #undef NOLALMACROS */
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added


 LALVCSInfoHeader.h   LALVCSInfoHeader.h 
skipping to change at line 36 skipping to change at line 36
#include <lal/LALVCSInfoType.h> #include <lal/LALVCSInfoType.h>
#include <lal/LALVCSInfo.h> #include <lal/LALVCSInfo.h>
#include <lal/LALConfig.h> #include <lal/LALConfig.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
/* vcs information defines */ /* vcs information defines */
#define LAL_NAME "LAL" #define LAL_NAME "LAL"
#define LAL_VCS_ID "51dc333af8379000cea0490cd2b0b23b8706fc71" #define LAL_VCS_ID "c258d425113e8d6331be44d1264536efcab1bb9c"
#define LAL_VCS_DATE "2014-11-3 20:46:31 +0000" #define LAL_VCS_DATE "2014-11-11 15:30:54 +0000"
#define LAL_VCS_BRANCH "None" #define LAL_VCS_BRANCH "None"
#define LAL_VCS_TAG "lal-v6.13.2" #define LAL_VCS_TAG "lal-v6.13.3"
#define LAL_VCS_AUTHOR "Adam Mercer <adam.mercer@ligo.org>" #define LAL_VCS_AUTHOR "Adam Mercer <adam.mercer@ligo.org>"
#define LAL_VCS_COMMITTER "Adam Mercer <adam.mercer@ligo.org>" #define LAL_VCS_COMMITTER "Adam Mercer <adam.mercer@ligo.org>"
#define LAL_VCS_STATUS "CLEAN: All modifications committed" #define LAL_VCS_STATUS "CLEAN: All modifications committed"
/* vcs information defines - identable*/ /* vcs information defines - identable*/
#define LAL_VCS_IDENT_ID "$" "LALId: 51dc333af8379000cea0490cd2b0b23b8706fc #define LAL_VCS_IDENT_ID "$" "LALId: c258d425113e8d6331be44d1264536efcab1bb
71 " "$" 9c " "$"
#define LAL_VCS_IDENT_DATE "$" "LALDate: 2014-11-3 20:46:31 +0000 " "$" #define LAL_VCS_IDENT_DATE "$" "LALDate: 2014-11-11 15:30:54 +0000 " "$"
#define LAL_VCS_IDENT_BRANCH "$" "LALBranch: None " "$" #define LAL_VCS_IDENT_BRANCH "$" "LALBranch: None " "$"
#define LAL_VCS_IDENT_TAG "$" "LALTag: lal-v6.13.2 " "$" #define LAL_VCS_IDENT_TAG "$" "LALTag: lal-v6.13.3 " "$"
#define LAL_VCS_IDENT_AUTHOR "$" "LALAuthor: Adam Mercer <adam.mercer@ligo. org> " "$" #define LAL_VCS_IDENT_AUTHOR "$" "LALAuthor: Adam Mercer <adam.mercer@ligo. org> " "$"
#define LAL_VCS_IDENT_COMMITTER "$" "LALCommitter: Adam Mercer <adam.mercer @ligo.org> " "$" #define LAL_VCS_IDENT_COMMITTER "$" "LALCommitter: Adam Mercer <adam.mercer @ligo.org> " "$"
#define LAL_VCS_IDENT_STATUS "$" "LALStatus: CLEAN: All modifications commi tted " "$" #define LAL_VCS_IDENT_STATUS "$" "LALStatus: CLEAN: All modifications commi tted " "$"
/* header vcs information structure */ /* header vcs information structure */
static const struct tagLALVCSInfo lalVCSInfoHeader = { \ static const struct tagLALVCSInfo lalVCSInfoHeader = { \
LAL_NAME, \ LAL_NAME, \
LAL_VERSION, \ LAL_VERSION, \
LAL_VCS_ID, \ LAL_VCS_ID, \
LAL_VCS_DATE, \ LAL_VCS_DATE, \
 End of changes. 4 change blocks. 
7 lines changed or deleted 7 lines changed or added


 SWIGPython.i   SWIGPython.i 
skipping to change at line 67 skipping to change at line 67
#define swiglal_no_self() (NULL) #define swiglal_no_self() (NULL)
%} %}
// Name of PyObject containing the SWIG wrapping of the first argument to a function. // Name of PyObject containing the SWIG wrapping of the first argument to a function.
%header %{ %header %{
#define swiglal_1starg() (obj0) #define swiglal_1starg() (obj0)
%} %}
// Return a reference to the supplied PyObject; increment its reference cou nt, then return it. // Return a reference to the supplied PyObject; increment its reference cou nt, then return it.
%header %{ %header %{
static inline PyObject* swiglal_get_reference(PyObject* v) { Py_XINCREF(v); return v; } SWIGINTERNINLINE PyObject* swiglal_get_reference(PyObject* v) { Py_XINCREF( v); return v; }
%} %}
// Append an argument to the output argument list of an Python SWIG-wrapped function, if the list is empty. // Append an argument to the output argument list of an Python SWIG-wrapped function, if the list is empty.
%header %{ %header %{
#define swiglal_append_output_if_empty(v) if (resultobj == Py_None) resulto bj = SWIG_Python_AppendOutput(resultobj, v) #define swiglal_append_output_if_empty(v) if (resultobj == Py_None) resulto bj = SWIG_Python_AppendOutput(resultobj, v)
%} %}
////////// SWIG directives for operators ////////// ////////// SWIG directives for operators //////////
// These macros apply the correct python:slot directives // These macros apply the correct python:slot directives
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/