catch up on refactoring default destructors that were missed previously

This commit is contained in:
Axel Kohlmeyer
2021-10-14 01:12:04 -04:00
parent 3ad75c40ec
commit 27145d2789
24 changed files with 15 additions and 55 deletions

View File

@ -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;