tRemove diagnostic info on pulse shape - 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 168c10f5cb252e5340df9604210e2b84ecc5b318
 (DIR) parent 934c2a555efeceff702659449db4c68ed2bf9b23
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed, 18 Sep 2019 16:56:31 +0200
       
       Remove diagnostic info on pulse shape
       
       Diffstat:
         M main.c                              |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       t@@ -292,7 +292,6 @@ main(int argc, char* argv[])
                                                        optarg);
                                                return 1;
                                        }
       -                                printf("pulse shape: %d\n", sim.p_f_mod_pulse_shape);
                                        break;
                                case 't':
                                        sim.t = atof(optarg);