From c0ae90d68622063a44af443acc01f7e4925fbc56 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 18 Sep 2014 10:17:22 +0000 Subject: [PATCH] Added constant area. Unfortunately dump has changed sue to change in datastructure --- src/Makefile.am | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 831e39f..b81035d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,6 @@ -trisurfdir=../ -trisurf_PROGRAMS = trisurf +bin_PROGRAMS = trisurf trisurf_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c bondflip.c main.c poly.c stats.c sh.c shcomplex.c constvol.c AM_CFLAGS = -Wall -Werror -#trisurf_LDFLAGS = -lm -lconfuse #shdiscoverdir=../ #shdiscover_PROGRAMS= shdiscover #shdiscover_SOURCES= general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c energy.c sh.c shdiscover.c poly.c stats.c shcomplex.c -- Gitblit v1.9.3