Changeset 1524:587a823bcdd0 in lemon-0.x for gui/mapstorage.h
- Timestamp:
- 06/29/05 17:41:33 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2010
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/mapstorage.h
r1523 r1524 83 83 84 84 ///This function sets a default base value for the newly created node 85 void init _maps_for_node(NodeIt);85 void initMapsForNode(NodeIt); 86 86 87 87 ///This function sets a default base value for the newly created node 88 void init _maps_for_edge(Graph::Edge);88 void initMapsForEdge(Graph::Edge); 89 89 }; 90 90
Note: See TracChangeset
for help on using the changeset viewer.