From 083e03adeaf985c9da1ed31d259ced9bb54c207c Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 06 Mar 2014 14:18:21 +0000 Subject: [PATCH] Started with arg parsing --- src/general.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/general.h b/src/general.h index 0372e7a..e7e9545 100644 --- a/src/general.h +++ b/src/general.h @@ -164,12 +164,13 @@ } ts_vertex_list; struct ts_bond { - ts_uint idx; + ts_uint idx; ts_vertex *vtx1; ts_vertex *vtx2; ts_double bond_length; ts_double bond_length_dual; ts_bool tainted; + ts_double energy; }; typedef struct ts_bond ts_bond; -- Gitblit v1.9.3