This commit was generated by cvs2svn to compensate for changes in r421,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Sylvain Pion 1998-08-14 11:33:29 +00:00
parent ff2e669c3e
commit f6e708c35f
3 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (c) 1997 The CGAL Consortium
// Copyright (c) 1998 The CGAL Consortium
//
// This software and related documentation is part of an INTERNAL release
// of the Computational Geometry Algorithms Library (CGAL). It is not
@ -12,8 +12,8 @@
// release_date :
//
// file : include/CGAL/Interval_arithmetic.h
// revision : 1.4
// revision_date : 6 February 1998
// revision : 1.5
// revision_date : 26 February 1998
// author(s) : Sylvain Pion <Sylvain.Pion@sophia.inria.fr>
//
// coordinator : INRIA Sophia-Antipolis (<Herve.Bronnimann@sophia.inria.fr>)
@ -28,6 +28,7 @@
#define CGAL_INTERVAL_ARITHMETIC_H
#include <iostream.h>
#include <assert.h>
#include <CGAL/double.h> // For CGAL_is_valid() and CGAL_is_finite().
#include <CGAL/_FPU.h> // FPU rounding mode functions.

View File

@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (c) 1997 The CGAL Consortium
// Copyright (c) 1998 The CGAL Consortium
//
// This software and related documentation is part of an INTERNAL release
// of the Computational Geometry Algorithms Library (CGAL). It is not
@ -12,8 +12,8 @@
// release_date :
//
// file : include/CGAL/_FPU.h
// revision : 1.4
// revision_date : 6 February 1998
// revision : 1.5
// revision_date : 26 February 1998
// author(s) : Sylvain Pion <Sylvain.Pion@sophia.inria.fr>
//
// coordinator : INRIA Sophia-Antipolis (<Herve.Bronnimann@sophia.inria.fr>)

View File

@ -1 +1 @@
1.4 (6 Feb 98)
1.5 (26 Feb 98)