hansen-zoet-exp

comparison of lab and model results of sediment advection
git clone git://src.adamsgaard.dk/hansen-zoet-exp # fast
git clone https://src.adamsgaard.dk/hansen-zoet-exp.git # slow
Log | Files | Refs | Submodules | LICENSE Back to index

commit 96b1ce9ebe76237609edabdf84875215d79a447c
parent 3f5d736292f610c98211b9ebabe2f5795036d125
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 19 Apr 2022 15:30:03 +0200

update Makefile paths to reflect cngf-pf name change

Diffstat:
Mfig-effective_stress/Makefile | 2+-
Mfig-velocity/Makefile | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG = $(shell basename $(CURDIR)) default: ../$(FIG)-strain_distribution.pdf ../$(FIG)-mohr_coulomb.pdf diff --git a/fig-velocity/Makefile b/fig-velocity/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG = $(shell basename $(CURDIR)) default: ../$(FIG)-strain_distribution.pdf ../$(FIG)-velocity_stress.pdf