From bcf4557ddd61890f130247430267feac5b05c5b7 Mon Sep 17 00:00:00 2001 From: mihaf <miha.fosnaric@gmail.com> Date: Fri, 21 Mar 2014 09:39:35 +0000 Subject: [PATCH] Filament inside the vesicle added and debugged. Testing time... --- src/bond.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bond.c b/src/bond.c index 4d11c97..ce255ca 100644 --- a/src/bond.c +++ b/src/bond.c @@ -38,9 +38,9 @@ ts_bool bond_vector(ts_bond *bond){ - bond->x=bond->vtx1->x-bond->vtx2->x; - bond->y=bond->vtx1->y-bond->vtx2->y; - bond->z=bond->vtx1->z-bond->vtx2->z; + bond->x = bond->vtx1->x - bond->vtx2->x; + bond->y = bond->vtx1->y - bond->vtx2->y; + bond->z = bond->vtx1->z - bond->vtx2->z; return TS_SUCCESS; } -- Gitblit v1.9.3