initial upload
This commit is contained in:
22
archive/grav1d_cylinder/data_func.h
Normal file
22
archive/grav1d_cylinder/data_func.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef _DATA_FUNC_H
|
||||
#define _DATA_FUNC_H
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#define HORIZATION "-h"
|
||||
#define VERTICAL "-v"
|
||||
#define ANOMOALY "-a"
|
||||
#define OUTPUT "-o"
|
||||
#define RANGE "-d"
|
||||
#define INTERVAL "-i"
|
||||
#define PARAMETER "-p"
|
||||
#define HELP "--help"
|
||||
#define pi 3.1415926535897932384626433832795
|
||||
#define G 6.67191e-3
|
||||
using namespace std;
|
||||
#endif
|
Reference in New Issue
Block a user