
Module: ppl/ppl Branch: ppl-0_11-branch Commit: 67de295843fed6fea6e24602dbfb4edff8e0efb8 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=67de295843fed...
Author: Patricia Hill p.m.hill@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); }