/[PAMELA software]/PamCut/Collections/VerboseCollection/VerboseCollection.cpp
ViewVC logotype

Diff of /PamCut/Collections/VerboseCollection/VerboseCollection.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by pam-fi, Mon Jun 7 13:58:48 2010 UTC revision 1.1.2.2 by pam-fi, Thu Jun 24 17:23:55 2010 UTC
# Line 43  void VerboseCollection::Finalize() { Line 43  void VerboseCollection::Finalize() {
43    unsigned int iAction = 0;    unsigned int iAction = 0;
44    if (_actions.size() > 0) {    if (_actions.size() > 0) {
45      while (_actionsPositions[iAction] == -1) {      while (_actionsPositions[iAction] == -1) {
46        cout << "     " << setw(nameWidth) << _actions[iAction]->GetName() << ":                   ACTION\n";        cout << "     " << setw(nameWidth) << _actions[iAction]->GetName() << ":" << "                   ACTION\n";
47        iAction++;        iAction++;
48        if (iAction == _actions.size())        if (iAction == _actions.size())
49          break;          break;

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.23