tgranular.h - granular - granular dynamics simulation | |
git clone git://src.adamsgaard.dk/granular | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
tgranular.h (234B) | |
--- | |
1 #ifndef GRANULAR_ | |
2 #define GRANULAR_ | |
3 | |
4 #include "arrays.h" | |
5 #include "grain.h" | |
6 #include "grains.h" | |
7 #include "packing.h" | |
8 #include "simulation.h" | |
9 #include "util.h" | |
10 | |
11 #define PI 3.14159265358979323846 | |
12 #define DEG2RAD(x) (x*PI/180.0) | |
13 | |
14 #endif |