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 0b42c6027c4dd746999019bff92e5ba89a292ce6
parent 2d8857a7c36d20fe7a0d499fc1e2ff882cb9b5e9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 29 Aug 2019 22:01:38 +0200

Bump to version v0.4.6

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.5" +#define VERSION "0.4.6" #define PROGNAME "1d_fd_simple_shear" #include "parameter_defaults.h"