COIN-OR::LEMON - Graph Library

Changeset 823:afba7fbbb239 in lemon-0.x


Ignore:
Timestamp:
09/08/04 14:12:16 (20 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1119
Message:

There was a little troublie with the true return statement

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/skeletons/path.h

    r818 r823  
    107107
    108108        /// Comparison operator
    109         bool operator==(const EdgeIt& e) const {}
    110         /// Comparison operator
    111         bool operator!=(const EdgeIt& e) const {}
     109        bool operator==(const EdgeIt& e) const {return true;}
     110        /// Comparison operator
     111        bool operator!=(const EdgeIt& e) const {return true;}
    112112//      /// Comparison operator
    113113//      /// \todo It is not clear what is the "natural" ordering.
  • src/test/path_test.cc

    r820 r823  
    143143#endif
    144144
     145#ifndef SKELETON
    145146      cout << "Vegigiteralunk az eleken." << endl;
    146147      typedef DPath::NodeIt NodeIt;
     
    151152        cout << i << ". el: " <</* e << */endl;
    152153      }
    153 
     154#endif
    154155
    155156      // Na ja, ez igy nem igazi, mindket esetet le kene tesztelni,
Note: See TracChangeset for help on using the changeset viewer.