tadd missing comment - 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 78f850afa0d533bca82ae05a01988ccb4b08df8b
 (DIR) parent e14b1f7acdec4ceb7afb1e94d8bd2d2e5c2b6be3
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 21 Sep 2023 15:45:49 +0200
       
       add missing comment
       
       Diffstat:
         M simulation.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/simulation.h b/simulation.h
       t@@ -46,7 +46,7 @@ struct simulation {
                double C;
        
                /* representative grain size [m] */
       -        double d;
       +        double d;  /* ohlala */
        
                /* grain material density [kg/m^3] */
                double rho_s;