diff --git a/Box/Main.cpp b/Box/Main.cpp index 895f25ae7f6f4d38d5eac2a8703528e4885dc84b..2998d520ff0d6f2bef8de4cebba31d58530ec13a 100644 --- a/Box/Main.cpp +++ b/Box/Main.cpp @@ -1,4 +1,4 @@ -// $Id: Main.cpp,v 1.52 2006-01-06 00:34:20 geuzaine Exp $ +// $Id: Main.cpp,v 1.53 2006-01-16 17:55:43 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -41,7 +41,6 @@ #include "Options.h" #include "OpenFile.h" #include "CommandLine.h" -#include "MinMax.h" char yyname[256] = ""; int yyerrorstate = 0; diff --git a/Box/Makefile b/Box/Makefile index 7d45dc5b1d6458862af1290b1eb9959d4e4d2305..5605c7f31189896505a129aed310f77e0ef65c33 100644 --- a/Box/Makefile +++ b/Box/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.29 2006-01-06 00:34:20 geuzaine Exp $ +# $Id: Makefile,v 1.30 2006-01-16 17:55:43 geuzaine Exp $ # # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # @@ -60,4 +60,4 @@ Main.o: Main.cpp ../Parallel/ParUtil.h ../Plugin/PluginManager.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Simplex.h \ ../Mesh/Face.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \ ../Mesh/Mesh.h ../Mesh/Matrix.h ../Parser/Parser.h ../Common/Context.h \ - ../Parser/OpenFile.h ../Common/CommandLine.h ../Geo/MinMax.h + ../Parser/OpenFile.h ../Common/CommandLine.h diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp index f15bade5b032ecb8627495c8a65b584ba3a51c8e..c25e51261afe28a43d5bb0f141a7128d31ba0140 100644 --- a/Fltk/Callbacks.cpp +++ b/Fltk/Callbacks.cpp @@ -1,4 +1,4 @@ -// $Id: Callbacks.cpp,v 1.398 2006-01-16 16:55:04 geuzaine Exp $ +// $Id: Callbacks.cpp,v 1.399 2006-01-16 17:55:43 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -47,7 +47,6 @@ #include "Plugin.h" #include "PluginManager.h" #include "Visibility.h" -#include "MinMax.h" #include "Numeric.h" #include "Solvers.h" diff --git a/Fltk/Makefile b/Fltk/Makefile index fbb851af1b4799910659182b35895d1b4a569eca..2ee9e7678c07a1db39f1f61fb60de730c6004a71 100644 --- a/Fltk/Makefile +++ b/Fltk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.78 2006-01-14 16:24:54 geuzaine Exp $ +# $Id: Makefile,v 1.79 2006-01-16 17:55:43 geuzaine Exp $ # # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # @@ -142,7 +142,7 @@ Callbacks.o: Callbacks.cpp ../Mesh/BDS.h ../Common/Gmsh.h \ ../Common/Context.h ../Common/Options.h GUI.h Opengl_Window.h \ Colorbar_Window.h GUI_Extras.h Callbacks.h ../Plugin/Plugin.h \ ../Plugin/PluginManager.h ../Plugin/Plugin.h ../Common/Visibility.h \ - ../Geo/MinMax.h Solvers.h + Solvers.h Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \ diff --git a/Graphics/Draw.cpp b/Graphics/Draw.cpp index 0b647f032fc6dd74006a463aa06d49a1c06d3db1..3911ba4d6383fe9f17cd72b51a42b4cc271b0498 100644 --- a/Graphics/Draw.cpp +++ b/Graphics/Draw.cpp @@ -1,4 +1,4 @@ -// $Id: Draw.cpp,v 1.94 2006-01-10 03:58:31 geuzaine Exp $ +// $Id: Draw.cpp,v 1.95 2006-01-16 17:55:43 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -26,7 +26,6 @@ #include "Mesh.h" #include "Draw.h" #include "Context.h" -#include "MinMax.h" #include "Numeric.h" extern Context_T CTX; diff --git a/Graphics/Makefile b/Graphics/Makefile index 65b8fd01f9ab73e217a74054574f4bc72a7d1a50..4e259fe42c39cd40a3b439f22eca7f574f8ee887 100644 --- a/Graphics/Makefile +++ b/Graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.76 2006-01-14 16:24:54 geuzaine Exp $ +# $Id: Makefile,v 1.77 2006-01-16 17:55:43 geuzaine Exp $ # # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # @@ -81,8 +81,7 @@ Draw.o: Draw.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ ../Mesh/Matrix.h ../Geo/ExtrudeParams.h Draw.h ../Common/Views.h \ ../Common/ColorTable.h ../Common/VertexArray.h \ ../Common/SmoothNormals.h ../Common/GmshMatrix.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h ../Common/Context.h \ - ../Geo/MinMax.h + ../Common/AdaptiveViews.h ../Common/GmshMatrix.h ../Common/Context.h Mesh.o: Mesh.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/List.h ../DataStr/Tree.h ../Common/GmshUI.h ../Geo/Geo.h \ diff --git a/Mesh/Makefile b/Mesh/Makefile index 129c4e558bd573fba3670d89a62fd966163f14b9..d1ccf6034920da408e7efa649b2ab9f5916c797f 100644 --- a/Mesh/Makefile +++ b/Mesh/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.101 2006-01-14 16:24:54 geuzaine Exp $ +# $Id: Makefile,v 1.102 2006-01-16 17:55:43 geuzaine Exp $ # # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # @@ -371,7 +371,7 @@ Read_Mesh.o: Read_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \ ../Common/SmoothNormals.h ../Numeric/Numeric.h ../Mesh/Metric.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Mesh.h ../Mesh/Matrix.h \ ../Geo/ExtrudeParams.h Mesh.h 3D_Mesh.h Create.h Vertex.h \ - ../Geo/MinMax.h ../Common/Context.h PartitionMesh.h + ../Common/Context.h PartitionMesh.h DiscreteSurface.o: DiscreteSurface.cpp ../Common/Gmsh.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h \ @@ -439,7 +439,7 @@ PartitionMesh.o: PartitionMesh.cpp ../Common/Gmsh.h ../Common/Message.h \ ../Common/SmoothNormals.h Metric.h Matrix.h ../Geo/CAD.h ../Mesh/Mesh.h \ ../Mesh/Vertex.h ../Geo/ExtrudeParams.h ../Geo/Geo.h Create.h \ Interpolation.h ../Common/Context.h BDS.h PartitionMesh.h \ - ../Parser/OpenFile.h ../Geo/MinMax.h + ../Parser/OpenFile.h Smoothing.o: Smoothing.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \ diff --git a/Mesh/PartitionMesh.cpp b/Mesh/PartitionMesh.cpp index 8f72583d6dda700de0fcd6832d6cf3a50c6adfc2..3cb9c976c709f1f5c16ec60c1f727ce083200a84 100644 --- a/Mesh/PartitionMesh.cpp +++ b/Mesh/PartitionMesh.cpp @@ -1,4 +1,4 @@ -// $Id: PartitionMesh.cpp,v 1.7 2006-01-06 00:34:26 geuzaine Exp $ +// $Id: PartitionMesh.cpp,v 1.8 2006-01-16 17:55:44 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -30,7 +30,6 @@ #include "BDS.h" #include "PartitionMesh.h" #include "OpenFile.h" -#include "MinMax.h" #ifdef HAVE_METIS extern "C" diff --git a/Mesh/Read_Mesh.cpp b/Mesh/Read_Mesh.cpp index 68d6089158e63e1ea707049f10f36bfde2d7877e..ebcde4574d7bc5dba1367f64d8dc42353b935646 100644 --- a/Mesh/Read_Mesh.cpp +++ b/Mesh/Read_Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: Read_Mesh.cpp,v 1.96 2006-01-06 00:34:26 geuzaine Exp $ +// $Id: Read_Mesh.cpp,v 1.97 2006-01-16 17:55:44 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -25,7 +25,6 @@ #include "Mesh.h" #include "3D_Mesh.h" #include "Create.h" -#include "MinMax.h" #include "Numeric.h" #include "Context.h" #include "PartitionMesh.h"