[PPL-devel] [GIT] ppl/ppl(compliance): Brace position fixed.

Patrik Pomelli patrik.pomelli at bugseng.com
Sat Jun 21 13:02:33 CEST 2014


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

Author: Patrik Pomelli <patrik.pomelli at bugseng.com>
Date:   Sat Jun 21 12:17:47 2014 +0200

Brace position fixed.

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

---

 src/Matrix_templates.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Matrix_templates.hh b/src/Matrix_templates.hh
index b89acdb..496aab5 100644
--- a/src/Matrix_templates.hh
+++ b/src/Matrix_templates.hh
@@ -128,8 +128,8 @@ void
 Matrix<Row>::remove_column(dimension_type i) {
   for (dimension_type j = rows.size(); j-- > 0; ) {
     rows[j].delete_element_and_shift(i);
-  --num_columns_;
   }
+  --num_columns_;
   PPL_ASSERT(OK());
 }
 




More information about the PPL-devel mailing list