tRemove extra newline - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
HTML git clone git://src.adamsgaard.dk/cngf-pf
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit f028d5a1f83921a91f4df0423142d63f71eac049
DIR parent 13337da5aff9712f2b6e986de9100d93ec5372f7
HTML 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(-)
---
DIR diff --git a/max_depth_simple_shear.c b/max_depth_simple_shear.c
t@@ -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;