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/list.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/mtx_qhull/list.h') 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; -- cgit v1.2.1