SiegenRestitutionSelfTest.cpp File Reference
#include "Siegen.h"
#include <fstream>
#include <iomanip>

Classes

class  Slide
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
63 {
64  Slide md;
65  md.solve(argc, argv);
66 }
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: SiegenRail.cpp:31

References DPMBase::solve().