From dac2e5020dc34c236b741ff5c4591244e73f56f2 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo@andromeda> Date: Tue, 28 Dec 2010 23:48:08 +0000 Subject: [PATCH] Rewrite of frame is complete. --- src/triangle.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/triangle.c b/src/triangle.c index 53143af..a41f3b5 100644 --- a/src/triangle.c +++ b/src/triangle.c @@ -72,7 +72,8 @@ * Add the neigbour to the list of neighbouring triangles. The * neighbouring triangles are those, who share two vertices. Function resizes * the list and adds the pointer to neighbour. It receives two arguments of - * ts_triangle type. It then adds eachother to eachother's list. Upon + * ts_triangle type. It then adds second triangle to the list of first + * triangle, but not the opposite. Upon * success it returns TS_SUCCESS, upon detecting NULL pointers * returns TS_FAIL and it FATALY ends when the data structure * cannot be resized. -- Gitblit v1.9.3