Introduction
Introduction Statistics Contact Development Disclaimer Help
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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.