Loading [MathJax]/extensions/tex2jax.js
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [
git repo
]
Toggle main menu visibility
Home
User's Guide
Related Pages
Namespaces
Namespace List
Namespace Members
All
c
d
e
f
i
l
m
n
p
r
s
Functions
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
c
d
e
f
h
i
m
n
o
p
r
s
t
v
w
Files
File List
File Members
All
i
s
Functions
i
s
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
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
}
// namespace sofa
21
22
// Have to undefine DC to avoid symbol conflict with Eigen.
23
#undef DC
24
25
#endif
//__sofa_hpp__
astro
sofa.hpp
Generated on Wed Mar 5 2025 10:09:15 for mxlib by
1.9.8