FACT++  1.0
FACT.h
Go to the documentation of this file.
1 #ifndef FACT_FACT
2 #define FACT_FACT
3 
4 namespace FACT
5 {
6  void PrintVersion(const char *name);
7 }
8 
9 #endif
Namespace to help with some general things in the program initialization.
Definition: Prediction.h:8
void PrintVersion(const char *name)
Definition: FACT.cc:46