Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
17790 commits behind the upstream repository.
BoxMain.cpp 112 B
extern int GMSHBOX(int argc, char *argv[]);

int main(int argc, char *argv[])
{
  return GMSHBOX(argc, argv);
}