Changeset 45 in flair-src for trunk/tools/FlairGCS/src
- Timestamp:
- Jul 18, 2016, 4:13:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/main.cpp
r15 r45 10 10 11 11 #include "Manager.h" 12 #include " svnversion.h"12 #include "unexported/compile_info.h" 13 13 14 14 using namespace TCLAP; … … 51 51 } 52 52 53 printf(SVN_REV);53 compile_info("FlairGCS"); 54 54 55 55 parseOptions(argc, argv);
Note:
See TracChangeset
for help on using the changeset viewer.