commit 1a81425cdf3a9e6ad99d7340b62677b854f98f5c parent 287ee94897c0677e8f148e89682fdb61b76cbfbd Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sat, 23 Apr 2022 11:17:40 +0200 use shear_flux from submodule Diffstat:
M | fig-effective_stress/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile @@ -40,7 +40,7 @@ sediment_flux_v3.169e-6ms.txt: strain_distribution_N50kPa_v3.169e-6ms.txt rm -f sediment_flux_v*ms.txt; \ for v in ${velvals}; do \ for P in ${stressvals}; do \ - (printf "%ge3\t" $$P; shear_flux < strain_distribution_N$${P}kPa_v$${v}ms.txt) >> sediment_flux_v$${v}ms.txt; \ + (printf "%ge3\t" $$P; ../cngf-pf/shear_flux < strain_distribution_N$${P}kPa_v$${v}ms.txt) >> sediment_flux_v$${v}ms.txt; \ done; done' ../$(FIG)-strain_distribution.pdf: fig-strain_distribution.gp strain_distribution_N50kPa_v3.169e-6ms.txt