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