[PPL-devel] [GIT] ppl/ppl(sparse_matrices): PIP_Tree.cc: fix comment in find_lexico_minimum_column_in_set().

Marco Poletti poletti.marco at gmail.com
Fri Mar 12 20:48:25 CET 2010


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

Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Fri Mar 12 20:45:34 2010 +0100

PIP_Tree.cc: fix comment in find_lexico_minimum_column_in_set().

---

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

diff --git a/src/PIP_Tree.cc b/src/PIP_Tree.cc
index 595e1e0..e54b797 100644
--- a/src/PIP_Tree.cc
+++ b/src/PIP_Tree.cc
@@ -541,7 +541,7 @@ find_lexico_minimum_column_in_set(std::set<dimension_type>& candidates,
             break;
           }
           // lhs is actually the left-hand side with toggled sign.
-          // rhs is actually the left-hand side with toggled sign.
+          // rhs is actually the right-hand side with toggled sign.
           lhs = *sij_b * *row_ja;
           rhs = sij_a * *row_jb;
           if (lhs == rhs)




More information about the PPL-devel mailing list