Changeset 114 for branches/home/psmith


Ignore:
Timestamp:
04/27/07 18:44:47 (18 years ago)
Author:
psmith
Message:

Added connected nodes count io/nio-package.lisp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/home/psmith/restructure/src/io/nodes.lisp ΒΆ

    r97 r114  
    9999  `(dolist (,node *nodes-list*)
    100100     (when (active-conn ,node) ,@body)))
     101
     102(defun connected-nodes-count()
     103  (let ((count 0))
     104    (with-connected-nodes (node)
     105      (incf count))
     106    count))
     107   
Note: See TracChangeset for help on using the changeset viewer.