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
@dschwen is this just a one-line fix? If I'm reading the git logs correctly, it looks like the bug has been there since 0dfbd62 (2014!) so it's kind of surprising that no one encountered it in the intervening years, no?
kind of surprising that no one encountered it in the intervening years
Yeah, it is, but then again I don't know how often this opcode is emitted. There is no explicit way to generate it from a parsed expression. I suspect FPOptimizer uses it. And yes, that's a one line fix.
I might have accidentally swapped the conditionals for
If
andAbsIf
... oops.libmesh/contrib/fparser/fparser_ad.cc
Lines 991 to 994 in c024b0a
The text was updated successfully, but these errors were encountered: