demoparams.cpp File Reference
#include <sstream>
#include <cstdlib>

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )
9 {
10  std::stringstream com("");
11  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
16  ;
17  return system(com.str().c_str());
18 }