COIN-OR::LEMON - Graph Library

Changeset 409:f58e01094738 in lemon-1.0


Ignore:
Timestamp:
02/11/10 10:02:11 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
410:07800ca13a80, 413:1f2a734581f8
Phase:
public
Message:

Fix the date field comment of graphToEps() output (#336)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_to_eps.h

    r368 r409  
    688688#else
    689689      os << bits::getWinFormattedDate();
     690      os << std::endl;
    690691#endif
    691692    }
    692     os << std::endl;
    693693
    694694    if (_autoArcWidthScale) {
Note: See TracChangeset for help on using the changeset viewer.