Revision b080804f09d78cc462e1e0a611a6a3d5ae20e2d0 authored by Mael Rouxel-Labbé on 13 March 2018, 10:14:06 UTC, committed by Mael Rouxel-Labbé on 13 March 2018, 10:14:06 UTC
If the input point set is degenerate, dimension() < 3 is always 'true'
and we will eventually try to read beyond the end of the points vector.

See issue https://github.com/CGAL/cgal/issues/2922
1 parent 2974716
Raw File
LICENSE.md
License of CGAL files in the Git repository
===========================================
The first vector of diffusion of the CGAL sources is the publication of the
source tarballs of CGAL releases, twice a year. The file
[`Installation/LICENSE`](https://github.com/cgal/cgal/blob/master/Installation/LICENSE), in the Git repository, is the file `LICENSE` at the
root of the source tarballs. It describes the license of all the files of
the source tarballs.

A lot of files in the Git repository are not distributed in the source
tarballs, for examples all the files in the `doc/` and `test/`
sub-directories of CGAL packages. For all those files, unless they have an
explicit license notice, the license is the GNU General Public License (as
published by the Free Software Foundation; either version 3 of the License
or (at your option) any later version). The text of that license can be
found in the file `Installation/LICENSE.GPL`.
back to top