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

Patricia Hill p.m.hill at leeds.ac.uk
Wed Apr 1 15:18:51 CEST 2009


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

Author: Patricia Hill <p.m.hill at 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)");




More information about the PPL-devel mailing list