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 74fadc86b83bfaa0064ecf36dc68689c7db2036f
parent cd4f3c9eb925333b5a6f43df1c37bbc823a05359
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 23 Nov 2020 11:18:47 +0100

Makefile: add non-main sources to SRC

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

diff --git a/Makefile b/Makefile @@ -12,7 +12,7 @@ BIN = \ cngf-pf\ max_depth_simple_shear\ shear_flux -SRC = ${BIN:=.c} +SRC = ${BIN:=.c} arrays.c fluid.c simulation.c HDR = \ arg.h\ arrays.h\