lab 3 start
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user