We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3d510 commit 71a7551Copy full SHA for 71a7551
sbg/pw_map.cpp
@@ -18,7 +18,6 @@
18
******************************************************************************/
19
20
#include "sbg/pw_map.hpp"
21
-#include <iostream>
22
23
namespace SBG {
24
@@ -610,7 +609,7 @@ PWMap<Set> PWMap<Set>::minMap(
610
609
if (!s2.isEmpty()) {
611
e2 = map2.exp();
612
flag2 = true;
613
- im2 = map2.image();
+ im2 = map2.image(mdi_set);
614
break;
615
}
616
@@ -630,7 +629,7 @@ PWMap<Set> PWMap<Set>::minMap(
630
629
if (!s3.isEmpty()) {
631
e3 = map3.exp();
632
flag3 = true;
633
- im3 = map3.image();
+ im3 = map3.image(mdi_set);
634
635
636
0 commit comments