Moved files to 'reactics-bdd'

This commit is contained in:
Artur Meski
2019-03-03 22:26:33 +00:00
parent 21edba3c65
commit 97c83ba535
1694 changed files with 0 additions and 0 deletions

30
reactics-bdd/reactics.hh Normal file
View File

@@ -0,0 +1,30 @@
/*
Copyright (c) 2012, 2013, 2018
Artur Meski <meski@ipipan.waw.pl>
*/
#ifndef REACTICS_HH
#define REACTICS_HH
#include <iostream>
#include <string>
#include <iomanip>
#include <unistd.h>
#include <getopt.h>
#include <string.h>
#include "rs.hh"
#include "symrs.hh"
#include "mc.hh"
#include "rsin_driver.hh"
#include "options.hh"
#include "memtime.hh"
#define VERSION "2.0"
//#define AUTHOR "Artur Meski <artur.meski@gmail.com>"
#define AUTHOR "Artur Meski <meski@ipipan.waw.pl>"
using std::cout;
using std::endl;
void print_help(std::string path_str);
#endif