From 16da93b822e996623e899e0047b27f2f8d9ebb2d Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 10:51:46 -0600 Subject: [PATCH] Auto Commit --- HW10/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }