APM: RSMC version 1.0 (not 1.0a) from ipisvn

This commit is contained in:
Artur Meski
2017-11-18 20:30:18 +00:00
parent 27c43717fa
commit 69a9825c8b
2071 changed files with 222512 additions and 0 deletions

30
main.hh Normal file
View File

@@ -0,0 +1,30 @@
/*
Copyright (c) 2012, 2013
Artur Meski <meski@ipipan.waw.pl>
Reuse of the code or its part for any purpose
without the author's permission is strictly prohibited.
*/
#ifndef RS_MAIN_HH
#define RS_MAIN_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 "1.0alpha"
#define AUTHOR "Artur Męski <meski@ipipan.waw.pl>"
using std::cout;
using std::endl;
#endif