tUpdate README - 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 553152a64edc5454b326ec55073263f47053431b
 (DIR) parent 274f48009ff4183a39733aa2fec335097f3da033
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed, 28 Aug 2019 12:06:21 +0200
       
       Update README
       
       Diffstat:
         M README.md                           |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -2,7 +2,8 @@
        [![pipeline status](https://gitlab.com/admesg/1d_fd_simple_shear/badges/master/pipeline.svg)](https://gitlab.com/admesg/1d_fd_simple_shear/commits/master)
        
        This project contains a 1d implementation of the [Henann and Kamrin 
       -2013](https://doi.org/10.1073/pnas.1219153110) model under simple shear.
       +2013](https://doi.org/10.1073/pnas.1219153110) model under simple shear, with
       +various extensions such as diffusive fluid coupling and cohesion.
        
        ## How to run
        The implementation in C requires a C99-compatible compiler (e.g. `gcc` or