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

@ -24,8 +24,6 @@ using namespace std;
Mat3x3::Mat3x3(){
numrows = numcols = 3;
}
Mat3x3::~Mat3x3(){
}
Mat3x3::Mat3x3(const Mat3x3& A){
numrows = numcols = 3;