InsertionBoundarySelfTest.cpp File Reference

Classes

class  InsertionBoundarySelfTest
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
75 {
76  logger(INFO,"Simple box for creating particles");
77 
78  InsertionBoundarySelfTest insertionBoundary_problem;
79  insertionBoundary_problem.solve();
80 }
LL< Log::INFO > INFO
Info log level.
Definition: Logger.cc:55
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: InsertionBoundarySelfTest.cpp:35

References INFO, logger, and DPMBase::solve().