Changeset 1274:5676e48ca026 in lemon-0.x
- Timestamp:
- 03/30/05 14:08:15 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1704
- Location:
- src/lemon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/error.h
r1213 r1274 514 514 * 515 515 * \todo __PRETTY_FUNCTION__ should be replaced by something 516 * compiler-independ ant, like BOOST_CURRENT_FUNCTION516 * compiler-independent, like BOOST_CURRENT_FUNCTION 517 517 */ 518 518 … … 532 532 * 533 533 * \todo __PRETTY_FUNCTION__ should be replaced by something 534 * compiler-independ ant, like BOOST_CURRENT_FUNCTION534 * compiler-independent, like BOOST_CURRENT_FUNCTION 535 535 */ 536 536 -
src/lemon/kruskal.h
r1164 r1274 132 132 /* ** ** Input-objects ** ** */ 133 133 134 /// Kruskal input source.135 136 /// Kruskal input source.134 /// Kruskal's input source. 135 136 /// Kruskal's input source. 137 137 /// 138 138 /// In most cases you possibly want to use the \ref kruskalEdgeMap() instead. … … 183 183 /// Creates a KruskalMapInput object for \ref kruskal() 184 184 185 /// It makes iseasier to use185 /// It makes easier to use 186 186 /// \ref KruskalMapInput by making it unnecessary 187 187 /// to explicitly give the type of the parameters. -
src/lemon/smart_graph.h
r1164 r1274 303 303 unsigned int edge_num; 304 304 public: 305 ///Default construct ur.305 ///Default constructor. 306 306 307 ///Default construct ur.307 ///Default constructor. 308 308 ///To actually make a snapshot you must call save(). 309 309 ///
Note: See TracChangeset
for help on using the changeset viewer.