commit f028d5a1f83921a91f4df0423142d63f71eac049 parent 13337da5aff9712f2b6e986de9100d93ec5372f7 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 12 Dec 2019 12:44:56 +0100 Remove extra newline Diffstat:
M | max_depth_simple_shear.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/max_depth_simple_shear.c b/max_depth_simple_shear.c @@ -104,7 +104,6 @@ double zbrent(struct simulation* sim, double x1, double x2, double tol) - { int iter; double a, b, c, d, e, min1, min2, fa, fb, fc, p, q, r, s, tol1, xm;