gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Rename cyclePath() to cycle() in MinMeanCycle (#179)
0 1 0
default
1 file changed with 1 insertions and 5 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -255,5 +255,3 @@
255 255
    /// \return <tt>(*this)</tt>
256
    ///
257
    /// \sa cycle()
258
    MinMeanCycle& cyclePath(Path &path) {
256
    MinMeanCycle& cycle(Path &path) {
259 257
      if (_local_path) {
... ...
@@ -391,4 +389,2 @@
391 389
    /// this function.
392
    ///
393
    /// \sa cyclePath()
394 390
    const Path& cycle() const {
0 comments (0 inline)