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

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )
30 {
31  std::stringstream com("");
32  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
37  ;
38  return system(com.str().c_str());
39 }