11 lines
197 B
C++
11 lines
197 B
C++
|
//Renata Kopecna
|
||
|
|
||
|
#ifndef GENLVLFIT_HH
|
||
|
#define GENLVLFIT_HH
|
||
|
|
||
|
#include <parse.hh>
|
||
|
#include <options.hh>
|
||
|
|
||
|
int genlvlfit(fcnc::options opts, bool fitPHSP, basic_params params);
|
||
|
#endif // GENLVLFIT_HH
|