COIN-OR::LEMON - Graph Library

Changeset 1093:fb1c7da561ce in lemon-main for lemon/concepts/digraph.h


Ignore:
Timestamp:
08/09/13 11:29:40 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1094:c08d0f04c117, 1170:ad22262328b3
Phase:
public
Message:

Remove long lines (from all but one file)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/digraph.h

    r1092 r1093  
    313313        /// Sets the iterator to the first arc of the given digraph.
    314314        ///
    315         explicit ArcIt(const Digraph& g) { ::lemon::ignore_unused_variable_warning(g); }
     315        explicit ArcIt(const Digraph& g) {
     316          ::lemon::ignore_unused_variable_warning(g);
     317        }
    316318        /// Sets the iterator to the given arc.
    317319
Note: See TracChangeset for help on using the changeset viewer.