mirror of https://github.com/CGAL/cgal
now CGAL-2.2-I
This commit is contained in:
parent
7958b8103e
commit
9cb221ab1f
|
|
@ -1,3 +1,9 @@
|
|||
version 6.0:
|
||||
And now CGAL-2.2-I...
|
||||
|
||||
version 5.5:
|
||||
This one for CGAL-2.1
|
||||
|
||||
version 5.0:
|
||||
Ready now...
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#---------------------------------------------------------------------#
|
||||
# Choose the right include file from the <cgalroot>/make directory.
|
||||
|
||||
CGAL_MAKEFILE = $(UTIL)/CGAL/CGAL-2.1-I-44/make/makefile_sparc_SunOS-5.6_eg++-egcs-2.91.66_LEDA
|
||||
CGAL_MAKEFILE = $(UTIL)/CGAL/CGAL-2.1/make/makefile_sparc_SunOS-5.6_g++-2.95.2_LEDA
|
||||
|
||||
#$(UTIL)/CGAL-I/make/makefile_sparc_SunOS-5.6_eg++-egcs-2.91.66_LEDA
|
||||
#makefile_sparc_SunOS-5.6_eg++-egcs-2.91.66_LEDA
|
||||
|
|
@ -22,7 +22,7 @@ include $(CGAL_MAKEFILE)
|
|||
#----------------------------------------------------------------------#
|
||||
# rajouter CGAL_LOCAL_CXXFLAGS si on veut les packages de Local
|
||||
|
||||
CXXFLAGS = -I$(HOME)/Cgal-2.0/To_submit/Alpha_shapes_2/include \
|
||||
CXXFLAGS = -I$(HOME)/Cgal-I/For_Submission/Alpha_shapes_2/include \
|
||||
$(CGAL_CXXFLAGS) \
|
||||
-mcpu=ultrasparc -mtune=ultrasparc -O2 \
|
||||
-B /u/alcor/0/prisme_util/Binutils/SunOS/bin/
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#---------------------------------------------------------------------#
|
||||
# Choose the right include file from the <cgalroot>/make directory.
|
||||
|
||||
CGAL_MAKEFILE =$(UTIL)/CGAL/CGAL-2.1-I-44/make/makefile_sparc_SunOS-5.6_eg++-egcs-2.91.66_LEDA
|
||||
CGAL_MAKEFILE =$(UTIL)/CGAL/CGAL-2.1/make/makefile_sparc_SunOS-5.6_g++-2.95.2_LEDA
|
||||
|
||||
# for cygwin
|
||||
#\prisme\CGAL\CGAL-2.1-I-30\make\makefile_i686_CYGWINNT-4.0-20.1_CL.EXE-12.00.8168
|
||||
|
|
@ -26,7 +26,7 @@ include $(CGAL_MAKEFILE)
|
|||
#----------------------------------------------------------------------#
|
||||
# rajouter CGAL_LOCAL_CXXFLAGS si on veut les packages de Local
|
||||
|
||||
CXXFLAGS = -I$(HOME)/Cgal-2.0/To_submit/Alpha_shapes_2/include \
|
||||
CXXFLAGS = -I$(HOME)/Cgal-I/For_Submission/Alpha_shapes_2/include \
|
||||
$(CGAL_CXXFLAGS) \
|
||||
-mcpu=ultrasparc -mtune=ultrasparc -O2 \
|
||||
-B /u/alcor/0/prisme_util/Binutils/SunOS/bin/
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ include $(CGAL_MAKEFILE)
|
|||
#----------------------------------------------------------------------#
|
||||
# rajouter CGAL_LOCAL_CXXFLAGS si on veut les packages de Local
|
||||
|
||||
CXXFLAGS = '-Iz:\Cgal-2.0\To_submit\Alpha_shapes_2\include' \
|
||||
CXXFLAGS = '-Iz:\Cgal-I\For_Submission\Alpha_shapes_2\include' \
|
||||
$(TESTSUITE_CXXFLAGS) $(CGAL_CXXFLAGS) \
|
||||
|
||||
# for cygwin
|
||||
|
|
|
|||
|
|
@ -36,12 +36,12 @@ inline squared_radius_circumcircle(const PointH2<FT,RT> &p,
|
|||
// compute the smallest radius directly
|
||||
if (orientation(p, q, r) == COLLINEAR)
|
||||
// what do we do
|
||||
return R_FT_return(R)(0);
|
||||
return typename R::FT (0);
|
||||
else
|
||||
|
||||
{
|
||||
Circle_2<R> c(p, q, r);
|
||||
return R_FT_return(R)(c.squared_radius());
|
||||
return typename R::FT (c.squared_radius());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@ CGAL_BEGIN_NAMESPACE
|
|||
|
||||
template <class R >
|
||||
inline
|
||||
R_FT_return(R)
|
||||
squared_radius_smallest_circumcircle(const Point_2<R> &p,
|
||||
typename R::FT
|
||||
squared_radius_smallest_circumcircle(const Point_2<R> &p,
|
||||
const Point_2<R> &q)
|
||||
{
|
||||
typedef typename R::FT Return_type;
|
||||
|
|
@ -53,8 +53,8 @@ R_FT_return(R)
|
|||
|
||||
template <class R >
|
||||
inline
|
||||
R_FT_return(R)
|
||||
squared_radius_circumcircle(const Point_2<R> &p,
|
||||
typename R::FT
|
||||
squared_radius_circumcircle(const Point_2<R> &p,
|
||||
const Point_2<R> &q,
|
||||
const Point_2<R> &r)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#---------------------------------------------------------------------#
|
||||
# Choose the right include file from the <cgalroot>/make directory.
|
||||
|
||||
CGAL_MAKEFILE =$(UTIL)/CGAL/CGAL-2.1-I-44/make/makefile_sparc_SunOS-5.6_eg++-egcs-2.91.66_LEDA
|
||||
CGAL_MAKEFILE =$(UTIL)/CGAL/CGAL-2.1/make/makefile_sparc_SunOS-5.6_g++-2.95.2_LEDA
|
||||
|
||||
# for cygwin
|
||||
#\prisme\CGAL\CGAL-2.1-I-30\make\makefile_i686_CYGWINNT-4.0-20.1_CL.EXE-12.00.8168
|
||||
|
|
@ -26,7 +26,7 @@ include $(CGAL_MAKEFILE)
|
|||
#----------------------------------------------------------------------#
|
||||
# rajouter CGAL_LOCAL_CXXFLAGS si on veut les packages de Local
|
||||
|
||||
CXXFLAGS = -I$(HOME)/Cgal-2.0/To_submit/Alpha_shapes_2/include \
|
||||
CXXFLAGS = -I$(HOME)/Cgal-I/For_Submission/Alpha_shapes_2/include \
|
||||
$(CGAL_CXXFLAGS) -O2 \
|
||||
-mcpu=ultrasparc -mtune=ultrasparc \
|
||||
-B /u/alcor/0/prisme_util/Binutils/SunOS/bin/
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ include $(CGAL_MAKEFILE)
|
|||
#----------------------------------------------------------------------#
|
||||
# rajouter CGAL_LOCAL_CXXFLAGS si on veut les packages de Local
|
||||
|
||||
CXXFLAGS = '-Iz:\Cgal-2.0\To_submit\Alpha_shapes_2\include' \
|
||||
CXXFLAGS = '-Iz:\Cgal-I\For_Submission\Alpha_shapes_2\include' \
|
||||
$(TESTSUITE_CXXFLAGS) $(CGAL_CXXFLAGS) \
|
||||
|
||||
# for cygwin
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
5.5 (16 Dec 1999)
|
||||
6.0 ( 4 Feb 2000)
|
||||
|
|
|
|||
Loading…
Reference in New Issue