lemon/graph_to_eps.h
changeset 837 f58e01094738
parent 482 879c55700cd4
child 838 2c35bef44dd1
child 937 17e36e175725
equal deleted inserted replaced
22:d56f631dedd5 29:5f6102e21e4e
   685       char cbuf[26];
   685       char cbuf[26];
   686       ctime_r(&tv.tv_sec,cbuf);
   686       ctime_r(&tv.tv_sec,cbuf);
   687       os << cbuf;
   687       os << cbuf;
   688 #else
   688 #else
   689       os << bits::getWinFormattedDate();
   689       os << bits::getWinFormattedDate();
       
   690       os << std::endl;
   690 #endif
   691 #endif
   691     }
   692     }
   692     os << std::endl;
       
   693 
   693 
   694     if (_autoArcWidthScale) {
   694     if (_autoArcWidthScale) {
   695       double max_w=0;
   695       double max_w=0;
   696       for(ArcIt e(g);e!=INVALID;++e)
   696       for(ArcIt e(g);e!=INVALID;++e)
   697         max_w=std::max(double(_arcWidths[e]),max_w);
   697         max_w=std::max(double(_arcWidths[e]),max_w);