PSDSelfTest.cpp File Reference

Classes

class  PSDSelfTest
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
152 {
153  PSDSelfTest problem;
154  problem.solve();
155 }
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: PSDSelfTest.cpp:40

References DPMBase::solve().