Changes in / [f761c4:a881f5]
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/PointCorrelationAction.hpp
rf761c4 ra881f5 11 11 #include "Actions/Action.hpp" 12 12 #include "vector.hpp" 13 #include <vector> 14 #include <string> 13 15 14 16 class element; -
src/Actions/MapOfActions.hpp
rf761c4 ra881f5 10 10 11 11 #include <boost/program_options.hpp> 12 #include <boost/lexical_cast.hpp> 12 13 13 14 #include <map> -
src/UIElements/QT4/QTDialog.cpp
rf761c4 ra881f5 7 7 8 8 #include "UIElements/QT4/QTDialog.hpp" 9 10 #include <boost/lexical_cast.hpp> 9 11 10 12 #include <string> -
src/UIElements/TextUI/TextDialog.cpp
rf761c4 ra881f5 28 28 #include "Matrix.hpp" 29 29 #include "Box.hpp" 30 31 #include <boost/lexical_cast.hpp> 30 32 31 33 using namespace std; -
test_all.sh
rf761c4 ra881f5 111 111 echo "Making"; 112 112 if [ $noprocs -gt 1 ]; then 113 make -j$noprocs all install>>$logfile 2>&1;114 else 115 make all install>>$logfile 2>&1;113 make -j$noprocs all >>$logfile 2>&1; 114 else 115 make all >>$logfile 2>&1; 116 116 fi 117 117 }
Note:
See TracChangeset
for help on using the changeset viewer.