diff --git a/Box/Makefile b/Box/Makefile index 277f16c45d423812645432a879efd75cc10c6da7..6560ce116bf5bbb6757171f06ad52d7b4acd44d3 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 f4693a4b98f040a6b9ff446f72719d1f16d01d08..e6a4c655b7e3e69762a5f06e00b38d95ebc3e377 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 c1e77dacb1c4abdcbec76badf93159e16f303a4d..e8940c13349d19cb91ff47e44a9bf95b5f4ab4f8 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"