From 9802f169c159d66159bc15fce86c4aaa3c9e9ce5 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo@andromeda>
Date: Sun, 28 Nov 2010 14:47:39 +0000
Subject: [PATCH] added function to remove vertex neighbour (but not connected vertex neighbour)

---
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index c8e124d..0e3fea8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,4 +2,4 @@
 trisurf_PROGRAMS=trisurf
 trisurf_SOURCES=general.c vertex.c bond.c main.c
 trisurf_LDFLAGS = -lm -lconfuse
-trisurf_CFLAGS = -Wall -g
+trisurf_CFLAGS = -Wall

--
Gitblit v1.9.3