COIN-OR::LEMON - Graph Library

Changeset 24:094ac2326a2a in glemon-0.x


Ignore:
Timestamp:
06/17/05 17:41:48 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@1985
Message:

Sorry for my friday afternoon...

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • broken_edge.cc

    r21 r24  
    7373
    7474      {     
    75         //       /\             top
    76         //      /  \
    77         //      -  -      c(enter)l(eft), ccl, ccr, cr
    78         //       ||
    79         //       ||       b(ottom)l, br
     75        //       /\       // top
     76        //      /  \      //
     77        //      -  -      // c(enter)l(eft), ccl, ccr, cr
     78        //       ||       //
     79        //       ||       // b(ottom)l, br
    8080      }
    8181
  • graph-displayer.cc

    r23 r24  
    1616  //initializing
    1717
    18   //  property_strings=new std::string[PROPERTY_NUM];
     18  property_strings.resize(PROPERTY_NUM);
    1919  property_strings[WIDTH]="Width";
    2020  property_strings[COLOR]="Color";
    2121  property_strings[TEXT]="Text";
    2222
    23   //property_defaults=new double[PROPERTY_NUM];
     23  property_defaults.resize(PROPERTY_NUM);
    2424  property_defaults[WIDTH]=10.0;
    2525  property_defaults[COLOR]=100;
Note: See TracChangeset for help on using the changeset viewer.