[PPL-devel] [GIT] ppl/ppl(master): Fixed typo.

Abramo Bagnara abramo.bagnara at gmail.com
Sun Oct 30 12:49:41 CET 2011


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

Author: Abramo Bagnara <abramo.bagnara at gmail.com>
Date:   Sun Oct 30 12:49:37 2011 +0100

Fixed typo.

---

 demos/ppl_lcdd/ppl_lcdd.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/demos/ppl_lcdd/ppl_lcdd.cc b/demos/ppl_lcdd/ppl_lcdd.cc
index c1f47b8..9229a42 100644
--- a/demos/ppl_lcdd/ppl_lcdd.cc
+++ b/demos/ppl_lcdd/ppl_lcdd.cc
@@ -489,7 +489,7 @@ void
 normalize(const std::vector<mpq_class>& source,
 	  std::vector<mpz_class>& dest,
 	  mpz_class& denominator) {
-  typedef std::vector<mpq_class> size_type;
+  typedef std::vector<mpq_class>::size_type size_type;
   size_type n = source.size();
   denominator = 1;
   for (size_type i = 0; i < n; ++i)




More information about the PPL-devel mailing list