1d_fd_simple_shear

continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE Back to index

commit 3c3aa3031dee8ce14cd68d78c0092d6900dfb669
parent bc826ecce57a46b6b99531ec95fb8acf46fa3e49
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  5 May 2020 21:32:23 +0200

Add missing line delimiter

Diffstat:
Msimulation.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/simulation.h b/simulation.h @@ -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;