From 288e9f2bf6e86e130eb02af0c22f5dd528ef07d6 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 12 Aug 2001 13:08:21 +0000 Subject: [PATCH] include Numeric.h --- Box/Makefile | 4 ++-- Motif/CbOptions.cpp | 3 ++- Motif/CbPost.cpp | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Box/Makefile b/Box/Makefile index 277f16c45d..6560ce116b 100644 --- a/Box/Makefile +++ b/Box/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2001-08-08 17:51:14 remacle Exp $ +# $Id: Makefile,v 1.10 2001-08-12 13:08:20 geuzaine Exp $ # # Makefile for "libBox.a" # @@ -51,7 +51,7 @@ depend: Main.o: Main.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshVersion.h \ - ../Common/Const.h ../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h \ + ../Common/Numeric.h ../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h \ ../Mesh/Simplex.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \ ../Mesh/Metric.h ../Common/Views.h ../Common/ColorTable.h \ ../Parser/Parser.h ../Common/Context.h ../Parser/OpenFile.h \ diff --git a/Motif/CbOptions.cpp b/Motif/CbOptions.cpp index f4693a4b98..e6a4c655b7 100644 --- a/Motif/CbOptions.cpp +++ b/Motif/CbOptions.cpp @@ -1,7 +1,8 @@ -// $Id: CbOptions.cpp,v 1.10 2001-07-17 07:00:37 geuzaine Exp $ +// $Id: CbOptions.cpp,v 1.11 2001-08-12 13:08:20 geuzaine Exp $ #include "Gmsh.h" #include "GmshUI.h" +#include "Numeric.h" #include "Geo.h" #include "Verif.h" #include "Mesh.h" diff --git a/Motif/CbPost.cpp b/Motif/CbPost.cpp index c1e77dacb1..e8940c1334 100644 --- a/Motif/CbPost.cpp +++ b/Motif/CbPost.cpp @@ -1,7 +1,8 @@ -// $Id: CbPost.cpp,v 1.7 2001-08-11 23:28:33 geuzaine Exp $ +// $Id: CbPost.cpp,v 1.8 2001-08-12 13:08:21 geuzaine Exp $ #include "Gmsh.h" #include "GmshUI.h" +#include "Numeric.h" #include "Geo.h" #include "Mesh.h" #include "Draw.h" -- GitLab