[PPL-devel] [GIT] ppl/ppl(master): Spurious parenthesis removed.

Roberto Bagnara bagnara at cs.unipr.it
Mon Jul 13 14:48:03 CEST 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon Jul 13 14:47:39 2009 +0200

Spurious parenthesis removed.

---

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

diff --git a/src/Matrix.cc b/src/Matrix.cc
index 0c59aeb..890f9d8 100644
--- a/src/Matrix.cc
+++ b/src/Matrix.cc
@@ -35,7 +35,7 @@ PPL::Matrix::Matrix(const dimension_type n_rows,
 		    Row::Flags row_flags)
   :
 #ifdef NDEBUG
-    rows(n_rows)),
+    rows(n_rows),
 #else
     rows(n_rows <= max_num_rows() ? n_rows : 0),
 #endif




More information about the PPL-devel mailing list