diff --git a/HW10/main.cpp b/HW10/main.cpp index e2e648b..e033a3e 100644 --- a/HW10/main.cpp +++ b/HW10/main.cpp @@ -46,7 +46,7 @@ int main(int argc, char* argv[]) if(rank){ costMatrix = matrixTools::UnflattenMatrix(flatMatrix, citiesSize, citiesSize); //Make permutations - std::cout << "source size from main " << cities.size(); + std::cout << "source size from main " << cities.size() << std::endl; costs = MakePermutationMatrix::GetLowestCost(cities, rank, size, costMatrix); }