lab 3 start

This commit is contained in:
2022-03-22 11:49:18 -05:00
parent ae7af06af6
commit 431726e6ab
7 changed files with 422 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ Row::Row(unsigned int length){
this->row_data = new double[length];
// Clear all values in new array to 0
clear();
// finish
}
// copy constructor