[PPL-devel] [GIT] ppl/ppl(compliance): Previous commit fixed.

Patrik Pomelli patrik.pomelli at bugseng.com
Mon Jun 9 14:53:45 CEST 2014


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

Author: Patrik Pomelli <patrik.pomelli at bugseng.com>
Date:   Mon Jun  9 12:00:23 2014 +0200

Previous commit fixed.

Signed-off-by: Roberto Bagnara <roberto.bagnara at bugseng.com>

---

 src/Bit_Matrix.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Bit_Matrix.cc b/src/Bit_Matrix.cc
index c57c54c..6da3540 100755
--- a/src/Bit_Matrix.cc
+++ b/src/Bit_Matrix.cc
@@ -226,8 +226,8 @@ PPL::Bit_Matrix::external_memory_in_bytes() const {
   memory_size_type n = rows.capacity() * sizeof(Dense_Row);
   for (dimension_type i = num_rows(); i-- > 0; ) {
     n += rows[i].external_memory_in_bytes();
-  return n;
   }
+  return n;
 }
 
 bool




More information about the PPL-devel mailing list