tversion.h - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
tversion.h (106B)
---
1 #ifndef VERSION_H_
2 #define VERSION_H_
3
4 // Define source code version
5 const double VERSION = 2.15;
6
7 #endif