Skip to content

Commit 52ae562

Browse files
committed
- fixed debug log in munkres.h , removed tests for raw_2d_array
1 parent 606b080 commit 52ae562

File tree

2 files changed

+1
-150
lines changed

2 files changed

+1
-150
lines changed

src/munkres.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ template<typename Data> class Munkres
5151
size = std::max(rows, columns);
5252

5353
#ifdef DEBUG
54-
std::cout << "Munkres input: " m << std::endl;
54+
std::cout << "Munkres input: " << m << std::endl;
5555
#endif
5656

5757
// Copy input matrix

tests/adapters/raw_2d_arraytest.cpp

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)