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

13 Jul
2009
13 Jul
'09
2:48 p.m.
Module: ppl/ppl Branch: master Commit: 4b767ed368ed505a43766cceda3a9003a8e515da URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=4b767ed368ed5...
Author: Roberto Bagnara bagnara@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
5941
Age (days ago)
5941
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roberto Bagnara