https://issues.apache.org/ooo/show_bug.cgi?id=122997
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED CC| |[email protected] Ever confirmed|0 |1 --- Comment #1 from Regina Henschel <[email protected]> --- Error is in scaddins/source/analysis/analysishelper.hxx around line 833 Methode inline double Complex::Abs( void) const { return std::norm( Num ); } should likely be return std::abs( Num ); -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
