COIN-OR::LEMON - Graph Library

Changeset 177:40f3006fba2e in glemon-0.x for gui_writer.cc


Ignore:
Timestamp:
10/30/06 15:57:48 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3032
Message:

Redesign parameters can now be saved and loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui_writer.cc

    r174 r177  
    5252    }
    5353  x("active_edgemaps", em);
     54
     55  double attraction;
     56  double propulsation;
     57  int iteration;
     58
     59  mapstorage->get_design_data(attraction, propulsation, iteration);
     60
     61  x("redesign-attraction", attraction);
     62  x("redesign-propulsation", propulsation);
     63  x("redesign-iteration", iteration);
    5464}
    5565
Note: See TracChangeset for help on using the changeset viewer.