1d_fd_simple_shear

Continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE

commit 62bcffb0514d7c3517e4d43ea22648e78d2f4763
parent 9d72e8471f5ca61b81ac0f9951116c3057b01467
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 26 Aug 2019 13:59:52 +0200

Bump to version v0.4.4

Diffstat:
Mmain.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -7,7 +7,7 @@ #include "simulation.h" #include "fluid.h" -#define VERSION "0.4.1" +#define VERSION "0.4.4" #define PROGNAME "1d_fd_simple_shear" #include "parameter_defaults.h"