mirror of https://github.com/CGAL/cgal
33 lines
1019 B
C
33 lines
1019 B
C
// ============================================================================
|
|
//
|
|
// Copyright (c) 1997 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 :
|
|
// release_date :
|
|
//
|
|
// file : include/CGAL/Pm_straight_exact_traits.h
|
|
// source :
|
|
// revision :
|
|
// revision_date :
|
|
// author(s) : Oren Nechushtan <theoren@math.tau.ac.il>
|
|
//
|
|
//
|
|
//
|
|
// coordinator : Tel-Aviv University (Dan Halperin <halperin@math.tau.ac.il>)
|
|
//
|
|
// Chapter :
|
|
// ============================================================================
|
|
#ifndef CGAL_PM_STRAIGHT_TRAITS_H
|
|
#define CGAL_PM_STRAIGHT_TRAITS_H
|
|
|
|
#include <CGAL/Pm_straight_exact_traits.h>
|
|
#define Pm_straight_traits Pm_straight_exact_traits
|
|
|
|
#endif // CGAL_PM_STRAIGHT_TRAITS_H
|