cngf-pf

continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
git clone git://src.adamsgaard.dk/cngf-pf # fast
git clone https://src.adamsgaard.dk/cngf-pf.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 254e00285ee8996710ca156a1cae30ac6c935779
parent 481f46e4f8296aed4ea3df416a8f3b3282109c93
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 15 Jan 2026 17:26:48 +0100

Makefile: update version

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .POSIX: NAME = cngf-pf -VERSION = 0.7.2 +VERSION = 0.8.0 # paths PREFIX = /usr/local