diff --git a/Partition_2/changes.txt b/Partition_2/changes.txt index 44f3b04a878..fb64306c77c 100644 --- a/Partition_2/changes.txt +++ b/Partition_2/changes.txt @@ -1,3 +1,6 @@ +9 March 2006 Andreas Fabri +- Changed names of examples + 10 September 2005 Sylvain Pion - Add missing this-> for g++ 4.1. diff --git a/Partition_2/examples/Partition_2/README b/Partition_2/examples/Partition_2/README index 4632b1acab8..2309b009a71 100644 --- a/Partition_2/examples/Partition_2/README +++ b/Partition_2/examples/Partition_2/README @@ -1,24 +1,24 @@ -examples/Partition_2/y_monotone_ex.C +examples/Partition_2/y_monotone_partition_2.C ------------------------------------ computes a y-monotone partition of a random polygon and checks that each polygon produced is, in fact, y-monotone and that the polygons form a partition of the original polygon. -file: examples/Partition_2/approx_convex_ex.C +file: examples/Partition_2/approx_convex_partition_2.C --------------------------------------------- computes an approximately optimal convex partition of a random polygon and checks the validity of the partition afterwards. -file: examples/Partition_2/greene_approx_convex_ex.C +file: examples/Partition_2/greene_approx_convex_partition_2.C ---------------------------------------------------- computes an approximately optimal convex partition of a random polygon using Greene's approximation algorithm and checks the validity of the partition afterwards. -file: examples/Partition_2/optimal_convex_ex.C +file: examples/Partition_2/optimal_convex_partition_2.C ---------------------------------------------- Computes an optimal convex partition of a particular polygon and checks the diff --git a/Partition_2/examples/Partition_2/approx_convex_ex.C b/Partition_2/examples/Partition_2/approx_convex_partition_2.C similarity index 97% rename from Partition_2/examples/Partition_2/approx_convex_ex.C rename to Partition_2/examples/Partition_2/approx_convex_partition_2.C index 875e7baadda..9bc0d929356 100644 --- a/Partition_2/examples/Partition_2/approx_convex_ex.C +++ b/Partition_2/examples/Partition_2/approx_convex_partition_2.C @@ -1,4 +1,4 @@ -// file: examples/Partition_2/approx_convex_ex.C +// file: examples/Partition_2/approx_convex_partition.C #include #include diff --git a/Partition_2/examples/Partition_2/greene_approx_convex_ex.C b/Partition_2/examples/Partition_2/greene_approx_convex_partition_2.C similarity index 97% rename from Partition_2/examples/Partition_2/greene_approx_convex_ex.C rename to Partition_2/examples/Partition_2/greene_approx_convex_partition_2.C index 382fe6a7620..bdeccd3de14 100644 --- a/Partition_2/examples/Partition_2/greene_approx_convex_ex.C +++ b/Partition_2/examples/Partition_2/greene_approx_convex_partition_2.C @@ -1,4 +1,4 @@ -// file: examples/Partition_2/greene_approx_convex_ex.C +// file: examples/Partition_2/greene_approx_convex_partition_2.C #include #include diff --git a/Partition_2/examples/Partition_2/optimal_convex_ex.C b/Partition_2/examples/Partition_2/optimal_convex_partition_2.C similarity index 97% rename from Partition_2/examples/Partition_2/optimal_convex_ex.C rename to Partition_2/examples/Partition_2/optimal_convex_partition_2.C index 6a65029ff37..eb3f8e50899 100644 --- a/Partition_2/examples/Partition_2/optimal_convex_ex.C +++ b/Partition_2/examples/Partition_2/optimal_convex_partition_2.C @@ -1,4 +1,4 @@ -// file: examples/Partition_2/optimal_convex_ex.C +// file: examples/Partition_2/optimal_convex_partition_2.C #include #include diff --git a/Partition_2/examples/Partition_2/y_monotone_ex.C b/Partition_2/examples/Partition_2/y_monotone_partition_2.C similarity index 97% rename from Partition_2/examples/Partition_2/y_monotone_ex.C rename to Partition_2/examples/Partition_2/y_monotone_partition_2.C index b97a3ca3a25..47552f3065c 100644 --- a/Partition_2/examples/Partition_2/y_monotone_ex.C +++ b/Partition_2/examples/Partition_2/y_monotone_partition_2.C @@ -1,4 +1,4 @@ -// file: examples/Partition_2/y_monotone_ex.C +// file: examples/Partition_2/y_monotone_partition_2.C #include #include