ttest/Makefile: fix indentation - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
 (HTM) git clone git://src.adamsgaard.dk/cngf-pf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9f7f402340445cc4a9383e7fff3c61b784034fb9
 (DIR) parent 73d9302b38b8b286a43b392a3c8b6d23b65e7925
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 30 Aug 2021 10:42:59 +0200
       
       ttest/Makefile: fix indentation
       
       Diffstat:
         M test/Makefile                       |      32 ++++++++++++++++----------------
       
       1 file changed, 16 insertions(+), 16 deletions(-)
       ---
 (DIR) diff --git a/test/Makefile b/test/Makefile
       t@@ -27,25 +27,25 @@ CNGF_PF_DRY_VCONST_OPTS =   -s 1e-3
        CNGF_PF_WET_OPTS =          -o 0.03 -L 0.64 -n 40e3 -F
        CNGF_PF_WET_NORM_OPTS =     -o 0.03 -L 0.64 -n 40e3 -F -N
        CNGF_PF_WET_VARI_OPTS =     -L 8.0 \
       -                                 -n 150e3 \
       -                                 -F -k 2e-17 \
       -                                 -O 50e3 \
       -                                 -a 50e3 \
       -                                 -q $$( echo "1.0/(3600*24)" | bc -l ) \
       -                                 -I $$( echo "60*1000" | bc -l ) \
       -                                 -e $$( echo "60*20" | bc -l )
       +                            -n 150e3 \
       +                            -F -k 2e-17 \
       +                            -O 50e3 \
       +                            -a 50e3 \
       +                            -q $$( echo "1.0/(3600*24)" | bc -l ) \
       +                            -I $$( echo "60*1000" | bc -l ) \
       +                            -e $$( echo "60*20" | bc -l )
        CNGF_PF_WET_VARI_DIFF_OPTS =-L 8.0 \
       -                                 -n 150e3 \
       -                                 -F -D $$(awk 'BEGIN{print 2e-17/(1.787e-3*(1e-8 + 0.25*3.9e-10))}') \
       -                                 -O 50e3 \
       -                                 -a 50e3 \
       -                                 -q $$( echo "1.0/(3600*24)" | bc -l ) \
       -                                 -I $$( echo "60*1000" | bc -l ) \
       -                                 -e $$( echo "60*20" | bc -l )
       +                            -n 150e3 \
       +                            -F -D $$(awk 'BEGIN{print 2e-17/(1.787e-3*(1e-8 + 0.25*3.9e-10))}') \
       +                            -O 50e3 \
       +                            -a 50e3 \
       +                            -q $$( echo "1.0/(3600*24)" | bc -l ) \
       +                            -I $$( echo "60*1000" | bc -l ) \
       +                            -e $$( echo "60*20" | bc -l )
        CNGF_PF_WET_VARI_PULSE_OPTS = $(CNGF_PF_WET_VARI_OPTS) \
       -                                 -u 500
       +                              -u 500
        CNGF_PF_WET_VARI_PULSE_VLIM_OPTS = $(CNGF_PF_WET_VARI_OPTS) \
       -                                 -u 500 -l 1e-3
       +                                   -u 500 -l 1e-3
        MAX_DEPTH_MISC = sh -c 'for A_f in 1e3 5e3 10e3 50e3 100e3; \
                                        do ./$(BIN2) -O 101e3 -a $$A_f -q 0.01;\
                                        ./$(BIN2) -O 101e3 -a $$A_f -q 0.001;\