COIN-OR::LEMON - Graph Library

Changeset 906:f58e01094738 in lemon


Ignore:
Timestamp:
02/11/10 10:02:11 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
907:07800ca13a80, 908:c6f725eff737, 909:2c35bef44dd1, 970: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

    r511 r906  
    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.