#include <sstream>
#include <cstdlib>
◆ main()
31 std::stringstream com(
"");
33 <<
"./AngleOfRepose.exe 0" << std::endl
34 <<
"./hstop_StudyHeightHmaxAngle.exe 0 4 10 24 -test" << std::endl
35 <<
"./flowRule_StudyHeightAngle.exe 0 4 20 -tmax .1 -options_restart 1" << std::endl
36 <<
"./statistics_while_running.exe H4A24L0M0.5B0.5 0.01 -stattype O -n 1" << std::endl
38 return system(com.str().c_str());