tAdd missing line delimiter - 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 3c3aa3031dee8ce14cd68d78c0092d6900dfb669
(DIR) parent bc826ecce57a46b6b99531ec95fb8acf46fa3e49
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 5 May 2020 21:32:23 +0200
Add missing line delimiter
Diffstat:
M simulation.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/simulation.h b/simulation.h
t@@ -33,7 +33,8 @@ struct simulation {
/* stress ratio at top wall */
double mu_wall;
- /* nonlocal amplitude [-] */ double A;
+ /* nonlocal amplitude [-] */
+ double A;
/* rate dependence beyond yield [-] */
double b;