commit 78f850afa0d533bca82ae05a01988ccb4b08df8b parent e14b1f7acdec4ceb7afb1e94d8bd2d2e5c2b6be3 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(-)
diff --git a/simulation.h b/simulation.h @@ -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;