mirror of https://github.com/CGAL/cgal
32 lines
1.2 KiB
C
32 lines
1.2 KiB
C
// ======================================================================
|
|
//
|
|
// Copyright (c) 2001 The CGAL Consortium
|
|
//
|
|
// This software and related documentation is part of an INTERNAL release
|
|
// of the Computational Geometry Algorithms Library (CGAL). It is not
|
|
// intended for general use.
|
|
//
|
|
// ----------------------------------------------------------------------
|
|
//
|
|
// release : $CGAL_Revision: CGAL-2.4-I-40 $
|
|
// release_date : $CGAL_Date: 2001/12/28 $
|
|
//
|
|
// file : include/CGAL/Pm_segment_traits.h
|
|
// package : Planar_map (5.80)
|
|
// maintainer : Eyal Flato <flato@math.tau.ac.il>
|
|
// author(s) : Oren Nechushtan <theoren@math.tau.ac.il>
|
|
// Iddo Hanniel <hanniel@math.tau.ac.il>
|
|
// Shai Hirsch <shaihi@post.tau.ac.il>
|
|
// Efi Fogel <efifogel@post.tau.ac.il>
|
|
//
|
|
// coordinator : Tel-Aviv University (Dan Halperin halperin<@math.tau.ac.il>)
|
|
//
|
|
// ======================================================================
|
|
#ifndef CGAL_PM_SEGMENT_TRAITS_H
|
|
#define CGAL_PM_SEGMENT_TRAITS_H
|
|
|
|
#include <CGAL/Pm_segment_exact_traits.h>
|
|
#define Pm_segment_traits Pm_segment_exact_traits
|
|
|
|
#endif // CGAL_PM_SEGMENT_TRAITS_H
|