tRemove trailing newlines - werner - cellular automata simulation of wind-drive… | |
git clone git://src.adamsgaard.dk/werner | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 22bf595b04d71db5a6a301146a1c977f750e2215 | |
parent 3747f1bbe5694a699f2df2511836c7f3a3300f68 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Mon, 6 Jan 2020 11:35:40 +0100 | |
Remove trailing newlines | |
Diffstat: | |
M werner.c | 2 -- | |
1 file changed, 0 insertions(+), 2 deletions(-) | |
--- | |
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); | |
} | |
- | |
- |