Removed unused left-over function

release/4.3a0
Richard Roberts 2010-11-05 19:42:47 +00:00
parent d9fea3946a
commit 39b1f8eb41
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ public:
BVector getb() { return Ab_.column(size(), 0); }
ABlock getA(iterator variable) { return Ab_(variable - keys_.begin()); }
ABlock getAb(size_t block) { return Ab_(block); }
/** Return the dimension of the variable pointed to by the given key iterator
* todo: Remove this in favor of keeping track of dimensions with variables?