[GIT] ppl/ppl(master): Fixed a couple of typos.

Module: ppl/ppl Branch: master Commit: ce51fb2114461753e076542cb655442db575697c URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ce51fb2114461...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Wed Mar 21 15:13:28 2012 +0100
Fixed a couple of typos.
---
.../ppl_interface_generator_prolog_dox_code.m4 | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/interfaces/Prolog/ppl_interface_generator_prolog_dox_code.m4 b/interfaces/Prolog/ppl_interface_generator_prolog_dox_code.m4 index e82ba5c..994e48e 100644 --- a/interfaces/Prolog/ppl_interface_generator_prolog_dox_code.m4 +++ b/interfaces/Prolog/ppl_interface_generator_prolog_dox_code.m4 @@ -495,11 +495,12 @@ m4_define(`ppl_@CLASS@_has_@UPPERLOWER@_bound_constpoly_doc', <P><CODE>ppl_@CLASS@_has_@UPPERLOWER@_bound(+Handle, +Var, ?Coeff_1, ?Coeff_2, ?Boolean)</CODE><BR> <EM>Succeeds if and only if \c Var is @UPPERLOWER@ bounded in m4_this_ppl_one_object \p P referenced by \c Handle. It is assumed - that \p P is not empty, otherwise the behavior is undefined. + that \p P is not empty and its space dimension is greater than or equal + to that of \c Var|COMMA| otherwise the behavior is undefined.
\c Coeff_1 is unified with the numerator of the @UPPERLOWER@ bound and \c Coeff_2 with the denominator of the @UPPERLOWER@ bound. - If the @UPPERLOWER@ is included in \p P, then \c Boolean is unified + If the @UPPERLOWER@ is included in \p P|COMMA| then \c Boolean is unified with the atom \c true and|COMMA| otherwise|COMMA| unified with the atom \c false.</EM>
participants (1)
-
Enea Zaffanella