Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef FORWARDMAIN_H_
00009 #define FORWARDMAIN_H_
00010
00011 #include <stdbool.h>
00012 #include "FileMapAndParameters.h"
00013
00014 int runFwd(InputParms inputParms, char *commandLineOutputDir, bool debug);
00015
00016 #endif