commit c6252dfc984430338a5d68b7eee836705d84be7d parent 93c8bd3292d568775e6a9ef95537f306622eee1f Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sat, 6 Jul 2019 10:59:04 +0200 Fix standard generation for variable fluid pressure test Diffstat:
M | test/Makefile | | | 7 | +------ |
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/test/Makefile b/test/Makefile @@ -55,12 +55,7 @@ simple_shear_wet_norm.std: $(BIN) ./$< $(SIMPLE_SHEAR_WET_NORM_OPTS) > $@ simple_shear_wet_vari.std: $(BIN) - ./$< --resolution 20 --length 4.0 --normal-stress 150e3 \ - --fluid --fluid-permeability 2e-17 \ - --fluid-pressure-top 50e3 --fluid-pressure-ampl 50e3 \ - --fluid-pressure-freq $$( echo "1.0/(3600*24)" | bc -l ) \ - --file-interval $$( echo "60*1000" | bc -l ) \ - --time-end $$( echo "60*20" | bc -l ) > $@ + ./$< $(SIMPLE_SHEAR_WET_VARI_OPTS) > $@ $(BIN):