tRemove unused variable - 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 79908def3c1514d2eeb7b14aaba02eb380e8c571
DIR parent c8aaf9f9454be4cea38bddc085d52ca87f226113
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 17 Jun 2020 12:47:26 +0200
Remove unused variable
Diffstat:
M simulation.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/simulation.c b/simulation.c
t@@ -738,7 +738,7 @@ coupled_shear_solver(struct simulation *sim,
const double rel_tol)
{
int i, coupled_iter, stress_iter = 0;
- double *r_norm, *tmp, *oldval;
+ double *r_norm, *oldval;
double r_norm_max, vel_res_norm = NAN, mu_wall_orig = sim->mu_wall;
if (sim->transient) {