Const-ify Nb, Nk, Nr
authorIra W. Snyder <devel@irasnyder.com>
Mon, 22 Oct 2007 17:46:26 +0000 (10:46 -0700)
committerIra W. Snyder <devel@irasnyder.com>
Mon, 22 Oct 2007 17:46:26 +0000 (10:46 -0700)
This nets a little bit (~1.5%) of performance and makes all of the routines
a little more safe by making sure that class constants cannot be changed
except in the constructor.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>

No differences found