model-checker: Move summary printing function into model checker.
authorBen Pfaff <blp@gnu.org>
Tue, 5 May 2009 05:33:48 +0000 (22:33 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:06 +0000 (21:11 -0700)
There is no reason that the model checker itself should not be able to
print a summary of its results.  Until now, this code was buried in the
PSPP language code, but the model checker itself is a better place for it.


No differences found