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

@ -23,8 +23,6 @@ using namespace std;
Mat4x4::Mat4x4(){
numrows = numcols = 4;
}
Mat4x4::~Mat4x4(){
}
Mat4x4::Mat4x4(const Mat4x4& A){
numrows = numcols = 4;