[GIT] ppl/ppl(sparse_matrices): Use itr->field instead of (*itr).field, many occurrencies fixed.

Module: ppl/ppl Branch: sparse_matrices Commit: e7dbab946365a7ccf612a2205b504b37a863cff1 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=e7dbab946365a...
Author: Marco Poletti poletti.marco@gmail.com Date: Fri Apr 16 15:07:12 2010 +0200
Use itr->field instead of (*itr).field, many occurrencies fixed.
---
src/Dense_Matrix.cc | 2 +- src/Dense_Row.inlines.hh | 10 +- src/MIP_Problem.cc | 44 ++-- src/PIP_Problem.cc | 4 +- src/PIP_Tree.cc | 292 ++++++++++---------- src/Sparse_Row.defs.hh | 4 +- ...ited_Sparse_Row_Custom_Slist_Backend.inlines.hh | 24 +- src/Unlimited_Sparse_Row_Over_CO_Tree.templates.hh | 88 +++--- src/Unlimited_Sparse_Row_Over_Linear_Sequence.cc | 2 +- ...ited_Sparse_Row_Over_Linear_Sequence.inlines.hh | 48 ++-- ...ed_Sparse_Row_Over_Linear_Sequence.templates.hh | 204 +++++++------- src/Unlimited_Sparse_Row_Std_List_Backend.cc | 2 +- ...nlimited_Sparse_Row_Std_List_Backend.inlines.hh | 24 +- ...imited_Sparse_Row_Std_Vector_Backend.inlines.hh | 30 +- 14 files changed, 389 insertions(+), 389 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=e7dbab946...
participants (1)
-
Marco Poletti