[Lemon-commits] [lemon_svn] alpar: r1208 - hugo/trunk/src/hugo

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


Author: alpar
Date: Wed Sep 22 11:58:17 2004
New Revision: 1208

Modified:
   hugo/trunk/src/hugo/path.h

Log:
'iff' changed to 'if and only if'


Modified: hugo/trunk/src/hugo/path.h
==============================================================================
--- hugo/trunk/src/hugo/path.h	(original)
+++ hugo/trunk/src/hugo/path.h	Wed Sep 22 11:58:17 2004
@@ -267,7 +267,8 @@
 
       /// Sets the starting node of the path. Edge added to the path
       /// afterwards have to be incident to this node.
-      /// It should be called iff the path is empty and before any call to
+      /// It should be called if and only if
+      /// the path is empty and before any call to
       /// \ref pushFront() or \ref pushBack()
       void setStartNode(const GraphNode &) {}
 
@@ -606,7 +607,8 @@
 
       /// Sets the starting node of the path. Edge added to the path
       /// afterwards have to be incident to this node.
-      /// It should be called iff the path is empty and before any call to
+      /// It should be called if and only if
+      /// the path is empty and before any call to
       /// \ref pushFront() or \ref pushBack()
       void setStartNode(const GraphNode &) {}
 



More information about the Lemon-commits mailing list