easy-iso

Iso-surface extraction from volume data
git clone https://git.0xfab.ch/easy-iso.git
Log | Files | Refs | Submodules | README | LICENSE

commit 27200d8dbde96bfb558ad1634ebcc6f7540f084b
parent b85945a0b4bbab8569a22a797112583eab9091b8
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date:   Mon, 28 Nov 2016 19:37:54 +0100

Merge branch 'master' of gitlab.ethz.ch:fabianw/easy_iso

Diffstat:
MMakefile.config | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile.config b/Makefile.config @@ -118,9 +118,7 @@ endif # Encoding Options ifeq "$(zlib)" "1" CPPFLAGS += -D_USE_ZLIB_ -ifneq "$(findstring kilo,$(shell hostname))" "" - LIB += -lz -endif + LIB += -lz endif ifeq "$(lz4)" "1"