Added pathname to example program header line.

This commit is contained in:
Lutz Kettner 2001-06-29 05:33:45 +00:00
parent 6720ccca36
commit 77f8df9ffb
11 changed files with 24 additions and 19 deletions

View File

@ -1,5 +1,10 @@
Halfedge_DS Package: Release changes:
---------------------------------------------------------------------
2.13 (29 Jun 2001)
- Added pathname to example program header line.
2.12 (18 Jun 2001)
- Moved manual to deprecated_basic.

View File

@ -1,5 +1,5 @@
// hds_prog_color.C
// -------------------------------------------------
// examples/Halfedge_DS/hds_prog_color.C
// -------------------------------------
#include <CGAL/basic.h>
#include <CGAL/IO/Color.h>
#include <CGAL/Halfedge_data_structure_bases.h>

View File

@ -1,5 +1,5 @@
// hds_prog_compact.C
// ---------------------------------------------------
// examples/Halfedge_DS/hds_prog_compact.C
// ---------------------------------------
#include <CGAL/Halfedge_data_structure_bases.h>
#include <CGAL/Halfedge_data_structure_using_vector.h>
#include <CGAL/Halfedge_data_structure_decorator.h>

View File

@ -1,5 +1,5 @@
// hds_prog_compact2.C
// -------------------------------------------------
// examples/Halfedge_DS/hds_prog_compact2.C
// ----------------------------------------
#include <CGAL/basic.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Point_3.h>

View File

@ -1,5 +1,5 @@
// hds_prog_default.C
// ------------------------------------------------
// examples/Halfedge_DS/hds_prog_default.C
// ---------------------------------------
#include <CGAL/Halfedge_data_structure_default.h>
#include <CGAL/Halfedge_data_structure_decorator.h>

View File

@ -1,5 +1,5 @@
// hds_prog_edge_iterator.C
// ------------------------------------------------
// examples/Halfedge_DS/hds_prog_edge_iterator.C
// ---------------------------------------------
#include <CGAL/Halfedge_data_structure_default.h>
#include <CGAL/Halfedge_data_structure_decorator.h>
#include <CGAL/N_step_adaptor.h>

View File

@ -1,5 +1,5 @@
// hds_prog_graph.C
// -------------------------------------------------
// examples/Halfedge_DS/hds_prog_graph.C
// -------------------------------------
#include <CGAL/Halfedge_data_structure_bases.h>
#include <CGAL/Halfedge_data_structure_using_list.h>
#include <CGAL/Halfedge_data_structure_decorator.h>

View File

@ -1,5 +1,5 @@
// hds_prog_graph2.C
// -------------------------------------------------
// examples/Halfedge_DS/hds_prog_graph2.C
// --------------------------------------
#include <CGAL/Halfedge_data_structure_bases.h>
#include <CGAL/Halfedge_data_structure_using_list.h>
#include <CGAL/Halfedge_data_structure_decorator.h>

View File

@ -1,5 +1,5 @@
// hds_prog_halfedge_iterator.C
// ------------------------------------------------
// examples/Halfedge_DS/hds_prog_halfedge_iterator.C
// -------------------------------------------------
#include <CGAL/Halfedge_data_structure_default.h>
#include <CGAL/Halfedge_data_structure_decorator.h>

View File

@ -1,5 +1,5 @@
// hds_prog_simple.C
// ---------------------------------------------------
// examples/Halfedge_DS/hds_prog_simple.C
// --------------------------------------
#include <CGAL/Halfedge_data_structure_bases.h>
#include <CGAL/Halfedge_data_structure_using_vector.h>
#include <CGAL/Halfedge_data_structure_decorator.h>

View File

@ -1 +1 @@
2.12 (18 Jun 2001)
2.13 (29 Jun 2001)