Commit 9c3165e
committed
BUG: Remove redundant m_Threader shadow in MatchCardinalityImageToImageMetric
MatchCardinalityImageToImageMetric redeclared m_Threader that
shadows ImageToImageMetric's protected m_Threader. The base's
constructor already initializes m_Threader to MultiThreaderBase::New()
identical to the subclass's intended default, so the shadow was
purely redundant. Update GetMultiThreader to qualify with this->
and rely on the inherited member.1 parent 59176b1 commit 9c3165e
1 file changed
Lines changed: 1 addition & 5 deletions
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | 186 | | |
191 | 187 | | |
192 | 188 | | |
| |||
0 commit comments