[PPL-devel] [GIT] ppl/ppl(master): Invalid case option in map_space_dimensions removed.

Patricia Hill p.m.hill at leeds.ac.uk
Thu Aug 5 14:28:06 CEST 2010


Module: ppl/ppl
Branch: master
Commit: 67de295843fed6fea6e24602dbfb4edff8e0efb8
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=67de295843fed6fea6e24602dbfb4edff8e0efb8

Author: Patricia Hill <p.m.hill at leeds.ac.uk>
Date:   Thu Aug  5 13:25:17 2010 +0100

Invalid case option in map_space_dimensions removed.

---

 src/Grid.templates.hh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/Grid.templates.hh b/src/Grid.templates.hh
index f509fe5..a425a32 100644
--- a/src/Grid.templates.hh
+++ b/src/Grid.templates.hh
@@ -249,7 +249,6 @@ Grid::map_space_dimensions(const Partial_Function& pfunc) {
     case Grid_Generator::POINT:
       new_gensys.insert(grid_point(e, old_g.divisor()));
       break;
-    case Grid_Generator::CLOSURE_POINT:
     default:
       PPL_ASSERT(0);
     }




More information about the PPL-devel mailing list