commit 79908def3c1514d2eeb7b14aaba02eb380e8c571
parent c8aaf9f9454be4cea38bddc085d52ca87f226113
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 17 Jun 2020 12:47:26 +0200
Remove unused variable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/simulation.c b/simulation.c
@@ -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) {