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

fixed compil of non-interactive version
parent 721ae9e6
No related branches found
No related tags found
No related merge requests found
#include "Box.h" extern int GMSHBOX(int argc, char *argv[]);
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
return GMSHBOX(argc, argv); return GMSHBOX(argc, argv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment