[Lemon-commits] [lemon_svn] ladanyi: r1389 - hugo/trunk/src/work/akos
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:45:02 CET 2006
Author: ladanyi
Date: Wed Nov 17 09:46:07 2004
New Revision: 1389
Modified:
hugo/trunk/src/work/akos/simann_demo.cc
Log:
Added a second SimAnn with the other controller.
Modified: hugo/trunk/src/work/akos/simann_demo.cc
==============================================================================
--- hugo/trunk/src/work/akos/simann_demo.cc (original)
+++ hugo/trunk/src/work/akos/simann_demo.cc Wed Nov 17 09:46:07 2004
@@ -15,4 +15,11 @@
MyEntity ent;
simann.setEntity(ent);
simann.run();
+
+ SimAnn<MyEntity> simann2;
+ AdvancedController ctrl2(20.0);
+ simann2.setController(ctrl2);
+ MyEntity ent2;
+ simann2.setEntity(ent2);
+ simann2.run();
}
More information about the Lemon-commits
mailing list