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

include Numeric.h

parent 7582fe08
No related branches found
No related tags found
No related merge requests found
# $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" # Makefile for "libBox.a"
# #
...@@ -51,7 +51,7 @@ depend: ...@@ -51,7 +51,7 @@ depend:
Main.o: Main.cpp ../Common/Gmsh.h ../Common/Message.h \ Main.o: Main.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshVersion.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/Simplex.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \
../Mesh/Metric.h ../Common/Views.h ../Common/ColorTable.h \ ../Mesh/Metric.h ../Common/Views.h ../Common/ColorTable.h \
../Parser/Parser.h ../Common/Context.h ../Parser/OpenFile.h \ ../Parser/Parser.h ../Common/Context.h ../Parser/OpenFile.h \
......
// $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 "Gmsh.h"
#include "GmshUI.h" #include "GmshUI.h"
#include "Numeric.h"
#include "Geo.h" #include "Geo.h"
#include "Verif.h" #include "Verif.h"
#include "Mesh.h" #include "Mesh.h"
......
// $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 "Gmsh.h"
#include "GmshUI.h" #include "GmshUI.h"
#include "Numeric.h"
#include "Geo.h" #include "Geo.h"
#include "Mesh.h" #include "Mesh.h"
#include "Draw.h" #include "Draw.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment