
This directory contains the Mex files that our Matlab routines call.
The subdirectory, triangulation_code, contains the C codes of Delauny
triangulation and the corresponding Makefile.

In order to the get the Mex files, perform the following:

cd triangulation_code
make all

