mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [
git repo
]
sofa.hpp
Go to the documentation of this file.
1
/** \file sofa.hpp
2
* \brief Wrapper for the sofa library headers, adding a namespace
3
*
4
* \author Jared R. Males (jaredmales@gmail.com)
5
*
6
* \ingroup timeutils
7
*
8
*/
9
10
#ifndef __sofa_hpp__
11
#define __sofa_hpp__
12
13
namespace
sofa
14
{
15
#ifndef MX_GLOBAL_SOFA
16
#include "sofa/sofa.h"
17
#else
18
#include <sofa.h>
19
#endif
20
}
21
22
//Have to undefine DC to avoid symbol conflict with Eigen.
23
#undef DC
24
25
26
27
#endif
//__sofa_hpp__
astro
sofa.hpp
Generated on Sun Nov 26 2023 10:58:11 for mxlib by
1.9.1