Changeset 999:5c846ec3f787 in lemon-0.x for src/work/akos
- Timestamp:
- 11/17/04 09:46:07 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1389
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/akos/simann_demo.cc
r965 r999 16 16 simann.setEntity(ent); 17 17 simann.run(); 18 19 SimAnn<MyEntity> simann2; 20 AdvancedController ctrl2(20.0); 21 simann2.setController(ctrl2); 22 MyEntity ent2; 23 simann2.setEntity(ent2); 24 simann2.run(); 18 25 }
Note: See TracChangeset
for help on using the changeset viewer.