[GIT] ppl/ppl(master): Typo fixed.

Module: ppl/ppl Branch: master Commit: be841361f1f4897750044e44447b1f26b4c398b9 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=be841361f1f48...
Author: Patricia Hill p.m.hill@leeds.ac.uk Date: Wed Apr 1 14:15:57 2009 +0100
Typo fixed.
---
src/Box.templates.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Box.templates.hh b/src/Box.templates.hh index 0d803b2..0c4d3c0 100644 --- a/src/Box.templates.hh +++ b/src/Box.templates.hh @@ -3389,7 +3389,7 @@ Box<ITV>::limited_CC76_extrapolation_assign(const Box& y, if (space_dim != y.space_dimension()) throw_dimension_incompatible("limited_CC76_extrapolation_assign(y, cs)", y); - // `cs' must be dimension-compatible with the two octagons. + // `cs' must be dimension-compatible with the two boxes. const dimension_type cs_space_dim = cs.space_dimension(); if (space_dim < cs_space_dim) throw_constraint_incompatible("limited_CC76_extrapolation_assign(y, cs)");
participants (1)
-
Patricia Hill