COIN-OR::LEMON - Graph Library

Ticket #336: 6e919f777fdb.patch

File 6e919f777fdb.patch, 561 bytes (added by Alpar Juttner, 15 years ago)
  • lemon/graph_to_eps.h

    # HG changeset patch
    # User Alpar Juttner <alpar@cs.elte.hu>
    # Date 1265878931 -3600
    # Node ID 6e919f777fdb2ddecd7687ea7d4482e753a00f1e
    # Parent  a7e93de12cbda2267756b130476b8e84572002bf
    Fix the date field comment of graphToEps() output (#336)
    
    diff --git a/lemon/graph_to_eps.h b/lemon/graph_to_eps.h
    a b  
    684684      os << cbuf;
    685685#else
    686686      os << bits::getWinFormattedDate();
     687      os << std::endl;
    687688#endif
    688689    }
    689     os << std::endl;
    690690
    691691    if (_autoArcWidthScale) {
    692692      double max_w=0;