tRenamed gamma_ws to gamma_wt - 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
---
DIR commit 3ec084a03251a13fe4cc09d8f58426174f88e96b
DIR parent d1f0d08576c454a475c7dff77168d7f17ae664f8
HTML Author: Anders Damsgaard <adc@geo.au.dk>
Date: Mon, 22 Oct 2012 14:28:50 +0200
Renamed gamma_ws to gamma_wt
Diffstat:
M src/datatypes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/datatypes.h b/src/datatypes.h
t@@ -128,7 +128,7 @@ struct Params {
Float gamma_t;
Float gamma_r;
Float gamma_wn;
- Float gamma_ws;
+ Float gamma_wt;
Float gamma_wr;
Float mu_s;
Float mu_d;