Skip to content

Remove unused tolerance parameter from `alphamn` function

Eskil Vik requested to merge bugfix/remove-unused-parameter into master

The integrate and alphamn functions in IW2D/cpp/flat.cc had a parameter tolintabs which was never used anywhere. This MR removes this parameter, and all variables which are only used to give as this parameter.

Merge request reports