MercuryDPM  0.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
InsertionBoundarySelfTest.cpp File Reference

Go to the source code of this file.

Classes

class  InsertionBoundarySelfTest
 

Functions

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

Function Documentation

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

Start off my solving the default problem

Definition at line 81 of file InsertionBoundarySelfTest.cpp.

References DPMBase::solve().

82 {
83  std::cout << "Simple box for creating particles" << std::endl;
85  InsertionBoundarySelfTest insertionBoundary_problem;
86 
87  insertionBoundary_problem.solve();
88 }
void solve()
The work horse of the code.
Definition: DPMBase.cc:1895