Forked from
gmsh / gmsh
17790 commits behind the upstream repository.
-
Christophe Geuzaine authored
fixed compil of non-interactive version
Christophe Geuzaine authoredfixed compil of non-interactive version
BoxMain.cpp 112 B
extern int GMSHBOX(int argc, char *argv[]);
int main(int argc, char *argv[])
{
return GMSHBOX(argc, argv);
}