mirror of https://github.com/CGAL/cgal
File created.
This commit is contained in:
parent
9a3bc255ca
commit
7a61ab7e40
|
|
@ -21,6 +21,7 @@ Algebraic_kernel_d/doc_tex/Algebraic_kernel_d_ref/AlgebraicKernel_d_1_AlgebraicR
|
|||
Algebraic_kernel_d/doc_tex/Algebraic_kernel_d_ref/figures/cpvl.eps -text svneol=unset#application/postscript
|
||||
Algebraic_kernel_d/doc_tex/Algebraic_kernel_d_ref/figures/cpvl.fig -text svneol=unset#application/octet-stream
|
||||
Algebraic_kernel_d/doc_tex/Algebraic_kernel_d_ref/intro.tex -text
|
||||
Algebraic_kernel_d/include/CGAL/Algebraic_kernel_1.h -text
|
||||
Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Descartes.h -text
|
||||
Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/construct_binary.h -text
|
||||
Algebraic_kernel_d/test/Algebraic_kernel_d/Descartes.cpp -text
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
// TODO: Add licence
|
||||
//
|
||||
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
||||
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
//
|
||||
// $URL:$
|
||||
// $Id: $
|
||||
//
|
||||
//
|
||||
// Author(s) :
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
#ifndef CGAL_ALGEBRAIC_KERNEL_1_H
|
||||
#define CGAL_ALGEBRAIC_KERNEL_1_H
|
||||
|
||||
#endif // CGAL_ALGEBRAIC_KERNEL_1_H
|
||||
Loading…
Reference in New Issue