CYCLUS
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
#ifndef CYCLUS_SRC_VERSION_H_
2
#define CYCLUS_SRC_VERSION_H_
3
4
#define CYCLUS_VERSION_MAJOR 1
5
#define CYCLUS_VERSION_MINOR 6
6
#define CYCLUS_VERSION_MICRO 0
7
8
namespace
cyclus
{
9
namespace
version {
10
11
const
char
*
describe
();
12
13
const
char
*
core
();
14
15
const
char
*
boost
();
16
17
const
char
*
sqlite3
();
18
19
const
char
*
hdf5
();
20
21
const
char
*
xml2
();
22
23
const
char
*
xmlpp
();
24
25
const
char
*
coincbc
();
26
27
const
char
*
coinclp
();
28
29
}
// namespace version
30
}
// namespace cyclus
31
32
#endif
// CYCLUS_SRC_VERSION_H_
cyclus::version::core
const char * core()
Definition
version.cc:38
cyclus::version::sqlite3
const char * sqlite3()
Definition
version.cc:46
cyclus::version::hdf5
const char * hdf5()
Definition
version.cc:50
cyclus::version::xmlpp
const char * xmlpp()
Definition
version.cc:67
cyclus::version::coinclp
const char * coinclp()
Definition
version.cc:80
cyclus::version::xml2
const char * xml2()
Definition
version.cc:63
cyclus::version::describe
const char * describe()
Definition
version.cc:34
cyclus::version::boost
const char * boost()
Definition
version.cc:42
cyclus::version::coincbc
const char * coincbc()
Definition
version.cc:76
cyclus
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....
Definition
agent.cc:14
src
version.h
Generated by
1.10.0