From 2f647e1815343f8ccde2641ca4da4da1d9331f40 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 23 Jan 2008 09:18:06 +0000 Subject: [PATCH] *** empty log message *** --- Plugin/Makefile | 8 +++----- Plugin/SphericalRaise.cpp | 3 ++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Plugin/Makefile b/Plugin/Makefile index e54a91c423..b017f44ba4 100644 --- a/Plugin/Makefile +++ b/Plugin/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.145 2008-01-23 07:45:29 geuzaine Exp $ +# $Id: Makefile,v 1.146 2008-01-23 09:18:06 geuzaine Exp $ # # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # @@ -179,8 +179,7 @@ TransformLatLon.o: TransformLatLon.cpp TransformLatLon.h Plugin.h \ ../Post/PView.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \ ../Geo/SPoint3.h ../Post/PViewOptions.h ../Post/ColorTable.h \ ../Post/PViewDataList.h ../Post/PViewData.h ../Post/AdaptiveViews.h \ - ../DataStr/List.h ../Common/GmshMatrix.h ../Numeric/Numeric.h \ - ../Numeric/NumericEmbedded.h + ../DataStr/List.h ../Common/GmshMatrix.h Triangulate.o: Triangulate.cpp ../Geo/GModel.h ../Geo/GVertex.h \ ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Geo/GPoint.h \ @@ -332,8 +331,7 @@ HarmonicToTime.o: HarmonicToTime.cpp HarmonicToTime.h Plugin.h \ ../Post/PView.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \ ../Geo/SPoint3.h ../Post/PViewOptions.h ../Post/ColorTable.h \ ../Post/PViewDataList.h ../Post/PViewData.h ../Post/AdaptiveViews.h \ - ../DataStr/List.h ../Common/GmshMatrix.h ../Numeric/Numeric.h \ - ../Numeric/NumericEmbedded.h + ../DataStr/List.h ../Common/GmshMatrix.h ModulusPhase.o: ModulusPhase.cpp ModulusPhase.h Plugin.h \ ../Common/Options.h ../Post/ColorTable.h ../Common/Message.h \ ../Post/PView.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \ diff --git a/Plugin/SphericalRaise.cpp b/Plugin/SphericalRaise.cpp index 2ab23214a1..d780e9f629 100644 --- a/Plugin/SphericalRaise.cpp +++ b/Plugin/SphericalRaise.cpp @@ -1,4 +1,4 @@ -// $Id: SphericalRaise.cpp,v 1.29 2008-01-23 09:16:07 geuzaine Exp $ +// $Id: SphericalRaise.cpp,v 1.30 2008-01-23 09:18:06 geuzaine Exp $ // // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // @@ -20,6 +20,7 @@ // Please report all bugs and problems to <gmsh@geuz.org>. #include "SphericalRaise.h" +#include "Numeric.h" StringXNumber SphericalRaiseOptions_Number[] = { {GMSH_FULLRC, "Xc", NULL, 0.}, -- GitLab