diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-08-21 08:36:35 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-08-21 08:36:35 +0000 |
commit | 5dcbdd58043a90c8fc66de5887efb8c79e1dcb76 (patch) | |
tree | 7d7ee71e61d9f02f725fe28fbe85d79ffbe790bb /src/mtx_qhull | |
parent | 5086631c287a954bae9c2bb4a987cb7f1eda3e57 (diff) |
re-inclusion protection
the rest shall be done by others
svn path=/trunk/externals/iem/iemmatrix/; revision=16166
Diffstat (limited to 'src/mtx_qhull')
-rw-r--r-- | src/mtx_qhull/list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mtx_qhull/list.h b/src/mtx_qhull/list.h index 699f9ed..ca76cb7 100644 --- a/src/mtx_qhull/list.h +++ b/src/mtx_qhull/list.h @@ -1,3 +1,5 @@ +#ifndef QHULL_LIST_H +#define QHULL_LIST_H typedef long int entry_t; typedef long int index_t; @@ -36,3 +38,4 @@ list_t findValueListInList(const list_t value_list, const list_t list); entry_t findValueInList(const entry_t entry, const list_t list); void printList(const list_t list); +#endif /* QHULL_LIST_H */ |