Skip to content
Snippets Groups Projects
Commit 143cab2f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 4b575910
No related branches found
No related tags found
No related merge requests found
// compile and install Gmsh as a library with // configure, compile and install Gmsh as a library with
// //
// ./configure --disable-gui
// make install-lib // make install-lib
// //
// Then compile this driver with "g++ driver.cpp -lGmsh" // Then compile this driver with "g++ driver.cpp -lGmsh -lgsl -lgslcblas"
#include <stdio.h> #include <stdio.h>
#include <gmsh/Gmsh.h> #include <gmsh/Gmsh.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment