[PPL-devel] [GIT] ppl/ppl(floating_point): Fixed an error in command invocation.

Fabio Bossi bossi at cs.unipr.it
Tue Sep 8 16:43:36 CEST 2009


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

Author: Fabio Bossi <bossi at cs.unipr.it>
Date:   Tue Sep  8 16:46:23 2009 +0200

Fixed an error in command invocation.

---

 doc/definitions.dox |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/definitions.dox b/doc/definitions.dox
index 4da0008..c2f1eb9 100644
--- a/doc/definitions.dox
+++ b/doc/definitions.dox
@@ -2656,9 +2656,9 @@ forms on \f$\mathbb{F}_a\f$ by \f$\mathbb{L}_a\f$.
 A <EM>(composite) floating point abstract store</EM> is used to associate each
 floating point variable with its currently known approximation. The store is
 composed by two parts:
-  - an <EM>interval abstract store</EM> \f$\fund{\rho,\cV,\mathbb{I}_a}\f$
+  - an <EM>interval abstract store</EM> \f$\fund{\rho}{\cV}{\mathbb{I}_a}\f$
     associating each variable with its current approximating interval, and
-  - a <EM>linear form abstract store</EM> \f$\fund{\rho,\cV,\mathbb{L}_a}\f$
+  - a <EM>linear form abstract store</EM> \f$\fund{\rho}{\cV}{\mathbb{L}_a}\f$
     associating each variable with its current approximating linear form.
 
 Both stores are represented by maps of the Standard Template Library and are




More information about the PPL-devel mailing list