There can be only one (filename convention)
[mussa.git] / alg / parse_options.hpp
1 #ifndef _PARSE_OPTIONS_H_
2 #define _PARSE_OPTIONS_H_
3
4 class Mussa;
5
6 //! initialize a mussa analysis from command line arguments
7 Mussa *initialize_mussa(int argc, char** argv);
8 #endif
9