From bb77ca8f6e18e5a3ee2996095db5394dcd49197a Mon Sep 17 00:00:00 2001 From: Samo Penic <samo@andromeda> Date: Sat, 04 Dec 2010 14:31:17 +0000 Subject: [PATCH] Datastructure & basic functions rewritten. It seems there is no memory leaks in simple operations. --- src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9f199d7..070b3af 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ trisurfdir=../ trisurf_PROGRAMS=trisurf -trisurf_SOURCES=general.c vertex.c bond.c triangle.c main.c +trisurf_SOURCES=general.c vertex.c bond.c triangle.c cell.c main.c trisurf_LDFLAGS = -lm -lconfuse trisurf_CFLAGS = -Wall -Werror -- Gitblit v1.9.3