mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mxlib_uncomp_version.h
1#ifndef MXLIB_UNCOMP_VERSION_H
2#define MXLIB_UNCOMP_VERSION_H
3
4#define MXLIB_UNCOMP_BRANCH "dev"
5#define MXLIB_UNCOMP_CURRENT_SHA1 "bcd99530ef557603cf01349189eb62fb16db792c"
6#define MXLIB_UNCOMP_REPO_MODIFIED 1
7
8
9#if MXLIB_UNCOMP_REPO_MODIFIED == 1
10 #ifndef GITHEAD_NOWARNING
11 #pragma message ("******************************************")
12 #pragma message ("* *")
13 #pragma message ("* WARNING: repository modified *")
14 #pragma message ("* changes not committed for *")
15 #pragma message ("* mxlib *")
16 #pragma message ("* *")
17 #pragma message ("******************************************")
18 #endif
19#endif
20
21
22#endif