
Compile sources using the following command:
 
gcc stl.c segtri.c mesh.c main.c -o stlToGmsh

To run application

./stlToGmsh <file.stl> <nx> <ny> <nz>


