You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The member m_UseMultiThread in the AdvancedImageToImageMetric was not initialized and caused ValGrind errors. Reported by @coertmetz.
This commit fixes#1.
The member m_UseMultiThread in the AdvancedImageToImageMetric is not initialized which causes ValGrind errors.
Adding the line:
this->m_UseMultiThread = false;
to the constructor will fix this.
The text was updated successfully, but these errors were encountered: