changeset 42:21b14768ea00

removed comments.
author William Morgan <bill@mrgn.org>
date Sun, 15 Jul 2012 14:48:05 -0700
parents 20327ae2120b
children 1f583d85c8ed
files src/sim.tp
diffstat 1 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/src/sim.tp	Sun Jul 15 14:41:28 2012 -0700
+++ b/src/sim.tp	Sun Jul 15 14:48:05 2012 -0700
@@ -261,22 +261,6 @@
 						_lambdaCount <- _lambdaCount + 1
 					}
 				}
-
-				  
-//				  adding a 'new' method to robot and doing this instead
-//				  wolud allow me to treat robots and other cellTypes equaly
-//				  particularly for adding methods or state to other cellTypess.
-//
-//				if: (el = (cellTypes robot)) {
-//					robot <- el new:
-//					(ret grid) set: index robot
-//					robot mine!: ret
-//					ret updatePos: robot index
-//					nextGrid append: el
-//				} else: {
-//					nextGrid append: el
-//				}
-
 			}
 			ret
 		}