From fd1f2b36e95c03625297b7b8cba3b1a04a0cc0ed Mon Sep 17 00:00:00 2001 From: mzuenni Date: Tue, 10 Jan 2023 11:40:09 +0100 Subject: change whitespaces --- graph/maxWeightBipartiteMatching.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graph/maxWeightBipartiteMatching.cpp') diff --git a/graph/maxWeightBipartiteMatching.cpp b/graph/maxWeightBipartiteMatching.cpp index e7e186e..5eda19b 100644 --- a/graph/maxWeightBipartiteMatching.cpp +++ b/graph/maxWeightBipartiteMatching.cpp @@ -55,5 +55,5 @@ double match(int l, int r) { }} // Wert des Matchings return accumulate(all(lx), 0.0) + - accumulate(all(ly), 0.0); + accumulate(all(ly), 0.0); } -- cgit v1.2.3