mirror of https://github.com/CGAL/cgal
29 lines
866 B
C
29 lines
866 B
C
// ======================================================================
|
|
//
|
|
// Copyright (c) 1999 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 : predicates_on_points_3.h
|
|
// package : _3
|
|
// revision : $Revision$
|
|
// revision_date : $Date$
|
|
// author(s) : Andreas Fabri, Stefan Schirra
|
|
//
|
|
// coordinator : MPI, Saarbruecken
|
|
// ======================================================================
|
|
|
|
#ifndef CGAL_PREDICATES_ON_POINTS_3_H
|
|
#define CGAL_PREDICATES_ON_POINTS_3_H
|
|
|
|
// Kept for backward compatibility only.
|
|
|
|
#endif // CGAL_PREDICATES_ON_POINTS_3_H
|