aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_qhull/list.h
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2012-08-29 06:58:22 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2012-08-29 06:58:22 +0000
commit291c783983b64f4b0ae4f6f67a016233193efa8c (patch)
treef9a6f7876170e4ef5f2afbf5a65e6706c067a965 /src/mtx_qhull/list.h
parent72b3745f0d901e4ea12837554801f23f8afc20f8 (diff)
cleaned up code for mtx_qhull
svn path=/trunk/externals/iem/iemmatrix/; revision=16183
Diffstat (limited to 'src/mtx_qhull/list.h')
-rw-r--r--src/mtx_qhull/list.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mtx_qhull/list.h b/src/mtx_qhull/list.h
index 6b05531..31453ad 100644
--- a/src/mtx_qhull/list.h
+++ b/src/mtx_qhull/list.h
@@ -7,6 +7,20 @@
#include "entry.h"
+/*
+ * list operations for zhull
+ *
+ * Copyright (c) 2012, Franz Zotter,
+ * with friendly help from
+ * IOhannes zmoelnig
+ * for variable entry types
+ * in entry.h
+ * IEM, Graz, Austria
+ *
+ *
+ */
+
+
typedef struct list_ {
entry_t *entries;
size_t length;