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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0e3fea8..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 main.c +trisurf_SOURCES=general.c vertex.c bond.c triangle.c cell.c main.c trisurf_LDFLAGS = -lm -lconfuse -trisurf_CFLAGS = -Wall +trisurf_CFLAGS = -Wall -Werror -- Gitblit v1.9.3