catch up on refactoring default destructors that were missed previously
This commit is contained in:
@ -24,8 +24,6 @@ using namespace std;
|
||||
Mat3x3::Mat3x3(){
|
||||
numrows = numcols = 3;
|
||||
}
|
||||
Mat3x3::~Mat3x3(){
|
||||
}
|
||||
|
||||
Mat3x3::Mat3x3(const Mat3x3& A){
|
||||
numrows = numcols = 3;
|
||||
|
||||
Reference in New Issue
Block a user