lemon/graph_to_eps.h
changeset 1102 17e36e175725
parent 664 4137ef9aacc6
parent 906 f58e01094738
child 1081 f1398882a928
child 1107 2b6bffe0e7e8
child 1157 761fe0846f49
equal deleted inserted replaced
27:0dd65e8c6a1f 30:83ce69f4ff00
   682       char cbuf[26];
   682       char cbuf[26];
   683       ctime_r(&tv.tv_sec,cbuf);
   683       ctime_r(&tv.tv_sec,cbuf);
   684       os << cbuf;
   684       os << cbuf;
   685 #else
   685 #else
   686       os << bits::getWinFormattedDate();
   686       os << bits::getWinFormattedDate();
       
   687       os << std::endl;
   687 #endif
   688 #endif
   688     }
   689     }
   689     os << std::endl;
       
   690 
   690 
   691     if (_autoArcWidthScale) {
   691     if (_autoArcWidthScale) {
   692       double max_w=0;
   692       double max_w=0;
   693       for(ArcIt e(g);e!=INVALID;++e)
   693       for(ArcIt e(g);e!=INVALID;++e)
   694         max_w=std::max(double(_arcWidths[e]),max_w);
   694         max_w=std::max(double(_arcWidths[e]),max_w);