mirror of https://github.com/CGAL/cgal
typos and related.
This commit is contained in:
parent
ba9b7b7143
commit
23f1b98350
|
|
@ -113,7 +113,7 @@ protected:
|
|||
|
||||
public:
|
||||
|
||||
/// \name Construction and destruction fucntions.
|
||||
/// \name Construction and destruction functions.
|
||||
//@{
|
||||
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -1881,9 +1881,9 @@ protected:
|
|||
}
|
||||
|
||||
/*!
|
||||
* Check if the underlying rational fucntion is the same in the given arc.
|
||||
* Check if the underlying rational function is the same in the given arc.
|
||||
* \param arc The given arc.
|
||||
* \return (true) if arc's underlying rational fucntion is the same
|
||||
* \return (true) if arc's underlying rational function is the same
|
||||
* as of *this; (false) otherwise.
|
||||
*/
|
||||
bool _has_same_base (const Self& arc) const
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||
// Ron Wein <wein@post.tau.ac.il>
|
||||
|
||||
#ifndef CGAL_BSO_INTERNAL_FUCNTIONS_H
|
||||
#ifndef CGAL_BSO_INTERNAL_FUNCTIONS_H
|
||||
#define CGAL_BSO_INTERNAL_FUNCTIONS_H
|
||||
|
||||
#include <CGAL/Boolean_set_operations_2/Gps_default_traits.h>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@
|
|||
// Author(s) : Daniel Russel <drussel@alumni.princeton.edu>
|
||||
|
||||
#ifndef CGAL_CARTESIAN_DEFAULT_INSTANTANEOUS_KERNEL_H
|
||||
#define CGAL_CARTESIAN_DEFAULT_INSTANTANEOUS_KERNEL_H
|
||||
#define CGAL_CARTESIAN_DEFAULT_INSTANTANEOUS_KERNEL_H
|
||||
|
||||
#include <CGAL/Kinetic/basic.h>
|
||||
#include <CGAL/Kinetic/internal/Instantaneous_adaptor.h>
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
//
|
||||
// Author(s) : Michael Hoffmann <hoffmann@inf.ethz.ch>
|
||||
|
||||
#if ! (CGAL_CARTESIAN_MATRIX_H)
|
||||
#ifndef CGAL_CARTESIAN_MATRIX_H
|
||||
#define CGAL_CARTESIAN_MATRIX_H 1
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
//
|
||||
// Author(s) : Michael Hoffmann <hoffmann@inf.ethz.ch>
|
||||
|
||||
#if ! (CGAL_ALL_FURTHEST_NEIGHBORS_2_H)
|
||||
#ifndef CGAL_ALL_FURTHEST_NEIGHBORS_2_H
|
||||
#define CGAL_ALL_FURTHEST_NEIGHBORS_2_H 1
|
||||
|
||||
#include <CGAL/Optimisation/assertions.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue