tRemove more extra 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 4eb3f9739ae039ceca97338ee17884d671cc8753
(DIR) parent 86e595d2ead5676cd78ee73a3b77c4f44930ca2c
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 6 Jan 2020 11:42:20 +0100
Remove more extra newlines
Diffstat:
M werner.h | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/werner.h b/werner.h
t@@ -18,6 +18,4 @@ void werner_loop(
int d_l, // wind transport distance
double p_ns, // likelihood of deposition in sand-free cell
double p_s); // likelihood of deposition in sand-covered cell
-
-
#endif