From 06de5d923ab078d0146323728e810cf5db3840fe Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 21 Jul 2014 11:02:31 +0100 Subject: [PATCH] Very minor tidy-up --- src/mw_engine/core.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mw_engine/core.clj b/src/mw_engine/core.clj index 2bdeb1b..ab48826 100644 --- a/src/mw_engine/core.clj +++ b/src/mw_engine/core.clj @@ -2,8 +2,7 @@ (ns mw-engine.core (:require [mw-engine.world :as world] - mw-engine.natural-rules - mw-engine.utils)) + mw-engine.utils)) ;; Every rule is a function of two arguments, a cell and a world. If the rule ;; fires, it returns a new cell, which should have the same values for :x and