From 291c783983b64f4b0ae4f6f67a016233193efa8c Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Wed, 29 Aug 2012 06:58:22 +0000 Subject: cleaned up code for mtx_qhull svn path=/trunk/externals/iem/iemmatrix/; revision=16183 --- src/mtx_qhull/entry.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/mtx_qhull/entry.h') diff --git a/src/mtx_qhull/entry.h b/src/mtx_qhull/entry.h index bc22f35..d85da9a 100644 --- a/src/mtx_qhull/entry.h +++ b/src/mtx_qhull/entry.h @@ -4,6 +4,20 @@ #include #include + +/* + * variable entry types for + * list operations in zhull + * + * Copyright (c) 2012, IOhannes zmoelnig, + * with friendly help from + * IEM, Graz, Austria + * + * + */ + + + typedef size_t index_t; typedef union { -- cgit v1.2.1