COIN-OR::LEMON - Graph Library

Changeset 837:f58e01094738 in lemon-main


Ignore:
Timestamp:
02/11/10 10:02:11 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
838:2c35bef44dd1, 885: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

    r491 r837  
    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.