diff --git a/P2/distributedmatrix.cpp b/P2/distributedmatrix.cpp index 54abed67603d7444a7b1e5902ddbe94a54d3f0ea..a7ef59398a247b2146105dbc501c66ddffc37519 100644 --- a/P2/distributedmatrix.cpp +++ b/P2/distributedmatrix.cpp @@ -4,7 +4,6 @@ using namespace std; -// Constructor to initialize the distributed matrix DistributedMatrix::DistributedMatrix(const Matrix& matrix, int numProcesses) : localData(0, 0){