[Lemon-commits] [lemon_svn] athos: r683 - in hugo/trunk/src/work/athos: . xy

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:40:56 CET 2006


Author: athos
Date: Tue May  4 11:03:00 2004
New Revision: 683

Removed:
   hugo/trunk/src/work/athos/minlengthpaths_test.cc
   hugo/trunk/src/work/athos/xy/xy_test.cc
Modified:
   hugo/trunk/src/work/athos/minlengthpaths.h

Log:
Putting things in their place

Modified: hugo/trunk/src/work/athos/minlengthpaths.h
==============================================================================
--- hugo/trunk/src/work/athos/minlengthpaths.h	(original)
+++ hugo/trunk/src/work/athos/minlengthpaths.h	Tue May  4 11:03:00 2004
@@ -180,7 +180,7 @@
 
     ///This function gives back the \c j-th path in argument p.
     ///Assumes that \c run() has been run and nothing changed since then.
-    /// \warning It is assumed that \c p is constructed to be a path of graph \c G.
+    /// \warning It is assumed that \c p is constructed to be a path of graph \c G. If \c j is greater than the result of previous \c run, then the result here will be an empty path.
     template<typename DirPath>
     void getPath(DirPath& p, int j){
       p.clear();



More information about the Lemon-commits mailing list