;;; This holds the procedures for gathering and saving the state and
;;; statistics of the species diversity model.

(in-package 'USER)


(defun save-state ()
  (format t "Clock = ~a~%" *clock*))