MeltableForceLaw2SelfTest.cpp File Reference

Classes

class  MeltableForceLaw2SelfTest
 

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
119 {
121  // run with argument "-full" to get output needed for paper
122  if (helpers::readFromCommandLine(argc,argv,"-full")) {
126  }
127  return 0;
128 }
Definition: MeltableForceLaw2SelfTest.cpp:12
bool readFromCommandLine(int argc, char *argv[], const std::string &varName)
Returns true if command line arguments contain varName, false else.
Definition: CommandLineHelpers.cc:99

References helpers::readFromCommandLine().