catch up on refactoring default destructors that were missed previously
This commit is contained in:
@ -26,9 +26,6 @@ VirtualRowMatrix::VirtualRowMatrix(){
|
||||
numrows = 1;
|
||||
}
|
||||
|
||||
VirtualRowMatrix::~VirtualRowMatrix(){
|
||||
}
|
||||
|
||||
double& VirtualRowMatrix::operator_2int (int i, int j){
|
||||
if(i!=1){
|
||||
cerr << "matrix index invalid in operator ()" << endl;
|
||||
|
||||
Reference in New Issue
Block a user