tUpdate shell call in parameter_test Makefile - cngf-pf-exp1 - experiments for first paper with continuum granular model
(HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 03e096b6f787f72d9f0420cf917b5ba841c9284f
(DIR) parent bdd98a914e10b2127617c196f8a9ae126c38c5da
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 21 Nov 2019 15:22:34 +0100
Update shell call in parameter_test Makefile
Diffstat:
M fig-parameter_test/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/fig-parameter_test/Makefile b/fig-parameter_test/Makefile
t@@ -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