From a26a909b45161c46d018322b82263ce6764b64fa Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Fri, 08 Mar 2019 20:14:36 +0000 Subject: [PATCH] Constant area plugin done -- fix --- src/vertexmove.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/vertexmove.c b/src/vertexmove.c index 5a32955..462959d 100644 --- a/src/vertexmove.c +++ b/src/vertexmove.c @@ -20,7 +20,7 @@ ts_uint i; ts_bool retval; ts_uint cellidx; - ts_double delta_energy, oenergy, darea=0.0, dstretchenergy=0.0; + ts_double delta_energy, oenergy,dstretchenergy=0.0; ts_double costheta,sintheta,phi,r; //This will hold all the information of vtx and its neighbours ts_vertex backupvtx[20]; // *constvol_vtx_moved=NULL, *constvol_vtx_backup=NULL; -- Gitblit v1.9.3