tupdate Makefile paths to reflect cngf-pf name change - hansen-zoet-exp - comparison of lab and model results of sediment advection
HTML git clone git://src.adamsgaard.dk/hansen-zoet-exp
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR LICENSE
---
DIR commit 96b1ce9ebe76237609edabdf84875215d79a447c
DIR parent 3f5d736292f610c98211b9ebabe2f5795036d125
HTML 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:
M fig-effective_stress/Makefile | 2 +-
M fig-velocity/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile
t@@ -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
DIR diff --git a/fig-velocity/Makefile b/fig-velocity/Makefile
t@@ -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