[Lemon-commits] [lemon_svn] klao: r324 - hugo/trunk/src/work/klao
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:38:46 CET 2006
Author: klao
Date: Sun Mar 21 18:20:20 2004
New Revision: 324
Modified:
hugo/trunk/src/work/klao/path.h
hugo/trunk/src/work/klao/path_test.cc
Log:
aprosagok
Modified: hugo/trunk/src/work/klao/path.h
==============================================================================
--- hugo/trunk/src/work/klao/path.h (original)
+++ hugo/trunk/src/work/klao/path.h Sun Mar 21 18:20:20 2004
@@ -405,7 +405,6 @@
}
}
-
template<typename Gr>
Path<Gr>::Path(const Path &P, const NodeIt &a, const NodeIt &b) :
G(P.G)
Modified: hugo/trunk/src/work/klao/path_test.cc
==============================================================================
--- hugo/trunk/src/work/klao/path_test.cc (original)
+++ hugo/trunk/src/work/klao/path_test.cc Sun Mar 21 18:20:20 2004
@@ -70,7 +70,7 @@
cout << "Sukerult: " << rc << endl;
check(!rc);
- cout << "Meg 3 el hozzaadasa, nem mind sorrendben..." << endl;
+ cout << "Meg 3 el hozzaadasa, nem mind elore iranyu..." << endl;
check(P.pushBack(e6));
check(P.pushBack(e8));
check(P.pushBack(e10));
More information about the Lemon-commits
mailing list