COIN-OR::LEMON - Graph Library

Changeset 2350:eb371753e814 in lemon-0.x for lemon/smart_graph.h


Ignore:
Timestamp:
01/23/07 13:51:39 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3142
Message:

Several doc improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/smart_graph.h

    r2343 r2350  
    694694     
    695695      ///This constructor immediately makes a snapshot of the graph.
    696       ///\param _g The graph we make a snapshot of.
     696      ///\param g The graph we make a snapshot of.
    697697      Snapshot(SmartUGraph &g) {
    698698        g.saveSnapshot(*this);
     
    705705      ///This function can be called more than once. In case of a repeated
    706706      ///call, the previous snapshot gets lost.
    707       ///\param _g The graph we make the snapshot of.
     707      ///\param g The graph we make the snapshot of.
    708708      void save(SmartUGraph &g)
    709709      {
Note: See TracChangeset for help on using the changeset viewer.