mirror of https://github.com/CGAL/cgal
Version 3.3.5 (October 7 1999)
- Added include iterator_traits_pointer_specs_for_cartesian_kernel.h in Cartesian.h
This commit is contained in:
parent
ec6c300478
commit
94fe230d15
|
|
@ -3,13 +3,13 @@
|
|||
CVS_MODULE_NAME=Cartesian_basic
|
||||
Package=Cartesian_basic
|
||||
|
||||
.PHONY: Package Test Submit Version Rtag
|
||||
.PHONY: package test submit version rtag
|
||||
|
||||
WWW_base=/u/www/0/www/htdocs/files/equipes/prisme/CGAL/DR:/Members
|
||||
WWW_dir=$(WWW_base)/$(Package)
|
||||
TMP_file=/tmp/submit-mail
|
||||
|
||||
Package: clean $(Package).tar.gz
|
||||
package: clean $(Package).tar.gz
|
||||
@echo "----------------------------------"
|
||||
@echo "------------ Penser à: -----------"
|
||||
@echo "----------------------------------"
|
||||
|
|
@ -22,16 +22,16 @@ Package: clean $(Package).tar.gz
|
|||
@echo "---- make Submit ----"
|
||||
@echo "----------------------------------"
|
||||
|
||||
Version:
|
||||
version:
|
||||
echo "$(VERSION) (" `date +"%e %b %Y"` ")" > version
|
||||
|
||||
Commit:
|
||||
commit:
|
||||
cvs commit
|
||||
|
||||
Rtag:
|
||||
rtag:
|
||||
cvs rtag v`echo $(VERSION) | sed -e "s/\./_/g"` $(CVS_MODULE_NAME)
|
||||
|
||||
Submit: Package
|
||||
submit: package
|
||||
cp $(Package).tar.gz version description.txt changes.txt \
|
||||
$(WWW_dir)
|
||||
echo > $(TMP_file)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
Version 3.3.5 (October 7 1999)
|
||||
- Added include iterator_traits_pointer_specs_for_cartesian_kernel.h
|
||||
in Cartesian.h
|
||||
|
||||
Version 3.3.4 (September 17 1999)
|
||||
- Corrected template paramter of PointCd
|
||||
|
||||
|
|
|
|||
|
|
@ -98,9 +98,9 @@ struct Cartesian_base :
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
// #include <CGAL/Kernel/Construction_objects_2.h>
|
||||
// #include <CGAL/Kernel/Predicate_objects_2.h>
|
||||
// #include <CGAL/Kernel/function_objects.h>
|
||||
#include <CGAL/Kernel/Construction_objects_2.h>
|
||||
#include <CGAL/Kernel/Predicate_objects_2.h>
|
||||
#include <CGAL/Kernel/function_objects.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
@ -839,4 +839,6 @@ side_of_bounded_sphere_3_object() const
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#include <CGAL/iterator_traits_pointer_specs_for_cartesian_kernel.h>
|
||||
|
||||
#endif // CGAL_CARTESIAN_H
|
||||
|
|
|
|||
|
|
@ -111,6 +111,12 @@ CGAL_END_NAMESPACE
|
|||
#include <CGAL/Cartesian/Point_3.h>
|
||||
#include <CGAL/Cartesian/Vector_3.h>
|
||||
#include <CGAL/Cartesian/Direction_3.h>
|
||||
|
||||
#include <CGAL/Cartesian/Point_2.C>
|
||||
#include <CGAL/Cartesian/Point_3.C>
|
||||
#include <CGAL/Cartesian/Vector_3.C>
|
||||
#include <CGAL/Cartesian/Direction_3.C>
|
||||
|
||||
#include <CGAL/Cartesian/Line_3.h>
|
||||
#include <CGAL/Cartesian/Plane_3.h>
|
||||
#include <CGAL/Cartesian/Ray_3.h>
|
||||
|
|
@ -129,10 +135,6 @@ CGAL_END_NAMESPACE
|
|||
#include <CGAL/Cartesian/constructions_on_planes_3.h>
|
||||
#include <CGAL/Cartesian/distance_computations_3.h>
|
||||
|
||||
#include <CGAL/Cartesian/Point_2.C>
|
||||
#include <CGAL/Cartesian/Point_3.C>
|
||||
#include <CGAL/Cartesian/Vector_3.C>
|
||||
#include <CGAL/Cartesian/Direction_3.C>
|
||||
#include <CGAL/Cartesian/Line_3.C>
|
||||
#include <CGAL/Cartesian/Plane_3.C>
|
||||
#include <CGAL/Cartesian/Ray_3.C>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.3.4 ( 17 Sep 1999 )
|
||||
3.3.5 ( 7 Oct 1999 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue