Skip to content
Snippets Groups Projects
Commit edc61d6f authored by Antti Soininen's avatar Antti Soininen
Browse files

MaskBins: fix seeAlso(). Re #23845

parent 2914af20
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ public:
/// Algorithm's version
int version() const override { return (1); }
const std::vector<std::string> seeAlso() const override {
return {"MaskBinsIf, MaskBinsFromTable, MaskOverlappingBins"};
return {"MaskBinsIf, MaskBinsFromTable, MaskNonOverlappingBins"};
}
/// Algorithm's category for identification
const std::string category() const override { return "Transforms\\Masking"; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment