Skip to content

Commit 9226c46

Browse files
committed
revert to no refRep
1 parent 78ffa87 commit 9226c46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linbox/vector/blas-vector.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ namespace LinBox {
241241
Element_ptr getPointer() { return _ptr; }
242242
ConstElement_ptr getConstPointer() const { return _ptr;}
243243

244-
Storage &refRep() { return _rep ; }
245244
const Storage &getRep() const { return _rep ; }
246245

247246
/** Get the increment in the vector

0 commit comments

Comments
 (0)