COIN-OR::LEMON - Graph Library

Changeset 1599:c2f95eac652b in lemon-0.x for gui/map_win.cc


Ignore:
Timestamp:
07/28/05 17:54:00 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2104
Message:

cout->cerr, node radius and edge width is now scaled, maps are editable by clicking on texts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/map_win.cc

    r1594 r1599  
    145145            break;
    146146          default:
    147             std::cout<<"Error\n";
     147            std::cerr<<"Error\n";
    148148        }
    149149      }
     
    176176            break;
    177177          default:
    178             std::cout<<"Error\n";
     178            std::cerr<<"Error\n";
    179179        }
    180180      }
     
    208208                      break;
    209209                    default:
    210                       std::cout<<"Error\n";
     210                      std::cerr<<"Error\n";
    211211                    }
    212212                }
     
    243243                      break;
    244244                    default:
    245                       std::cout<<"Error\n";
     245                      std::cerr<<"Error\n";
    246246                    }
    247247                }
Note: See TracChangeset for help on using the changeset viewer.