tRemove trailing newlines - werner - cellular automata simulation of wind-driven sand transport
(HTM) git clone git://src.adamsgaard.dk/werner
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 22bf595b04d71db5a6a301146a1c977f750e2215
(DIR) parent 3747f1bbe5694a699f2df2511836c7f3a3300f68
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 6 Jan 2020 11:35:40 +0100
Remove trailing newlines
Diffstat:
M werner.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/werner.c b/werner.c
t@@ -314,5 +314,3 @@ void werner_loop(
for (t = 0; t<N_c; t++)
werner_iter(Z, d_l, p_ns, p_s);
}
-
-