Trisurf Monte Carlo simulator
Samo Penic
2013-11-23 50f10f120936a429dc450f58a40951fa5d59458a
src/vertexmove.c
@@ -108,6 +108,7 @@
   }
   
    //update the normals of triangles that share bead i.
   //TODO: check if we could backup that too?
   for(i=0;i<vtx->tristar_no;i++) triangle_normal_vector(vtx->tristar[i]);
    return TS_FAIL;