Added zobov to the list of subdirs. Fixed include path voz1b1 vozinit and vozutil

This commit is contained in:
Guilhem Lavaux 2012-10-31 08:47:34 -04:00
parent a5968daf01
commit 15496df4ff
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#include "qhull_a.h"
#include "libqhull/qhull_a.h"
#include "voz.h"
#define DL for (d=0;d<3;d++)

View file

@ -1,4 +1,4 @@
#include "qhull_a.h"
#include "libqhull/qhull_a.h"
#include "voz.h"
#define NUMCPU 2

View file

@ -1,4 +1,4 @@
#include "qhull_a.h"
#include "libqhull/qhull_a.h"
#include "voz.h"
#define FOREACHvertex2_(vertices) FOREACHsetelement_(vertexT, vertices2,vertex2)