diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2012-08-29 06:58:22 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2012-08-29 06:58:22 +0000 |
commit | 291c783983b64f4b0ae4f6f67a016233193efa8c (patch) | |
tree | f9a6f7876170e4ef5f2afbf5a65e6706c067a965 /src/mtx_qhull/entry.h | |
parent | 72b3745f0d901e4ea12837554801f23f8afc20f8 (diff) |
cleaned up code for mtx_qhull
svn path=/trunk/externals/iem/iemmatrix/; revision=16183
Diffstat (limited to 'src/mtx_qhull/entry.h')
-rw-r--r-- | src/mtx_qhull/entry.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 <sys/types.h> #include <stdio.h> + +/* + * 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 { |