manus_continuum_granular1_exp

experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
Log | Files | Refs | Submodules | README | LICENSE

commit 03e096b6f787f72d9f0420cf917b5ba841c9284f
parent bdd98a914e10b2127617c196f8a9ae126c38c5da
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 21 Nov 2019 15:22:34 +0100

Update shell call in parameter_test Makefile

Diffstat:
Mfig-parameter_test/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fig-parameter_test/Makefile b/fig-parameter_test/Makefile @@ -4,7 +4,7 @@ FIG != basename $(PWD) # default parameter values LENGTH = 1.0 NORMAL_STRESS = 100e3 -SHEAR_VEL := $(shell echo '300/(365*24*60*60)' | bc -l) +SHEAR_VEL != echo '300/(365*24*60*60)' | bc -l DIAMETER = 1e-4 COHESION = 0.0 AMPL = 0.4