From d58c04bd75b4fd1976a2a7c50c1341ff99f89be3 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 14 May 2006 01:02:35 +0000 Subject: [PATCH] fixed compil of non-interactive version --- BoxMain/BoxMain.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BoxMain/BoxMain.cpp b/BoxMain/BoxMain.cpp index af6616f2b6..39487bdff0 100644 --- a/BoxMain/BoxMain.cpp +++ b/BoxMain/BoxMain.cpp @@ -1,4 +1,5 @@ -#include "Box.h" +extern int GMSHBOX(int argc, char *argv[]); + int main(int argc, char *argv[]) { return GMSHBOX(argc, argv); -- GitLab