Prims - Implement display as placehodler
[clnl] / src / main / nvm / nvm.lisp
index c98616aeeddcfb53a4cfcdb82abfaa1a0b70b178..9ccb80d7993c27e36cf77e633da27589a80b6db9 100644 (file)
@@ -188,6 +188,21 @@ DESCRIPTION:
  (clear-patches)
  (clear-ticks))
 
+(defun display ()
+ "DISPLAY => RESULT
+
+ARGUMENTS AND VALUES:
+
+  RESULT: undefined
+
+DESCRIPTION:
+
+  As of yet, this does nothing.  A placeholder method for forced dipslay
+  updates from the engine.
+
+  See http://ccl.northwestern.edu/netlogo/docs/dictionary.html#display"
+ nil)
+
 (defun of (fn agent-or-agentset)
  "OF FN AGENT-OR-AGENTSET => RESULT