Closed chadagreene closed 3 months ago
@chadagreene these types of code specific questions are typically best dealt with through PR with comments. GitHub provides tools for discussion and modification of proposed changes in PRs.
@chadagreene I agree would propose changing lines 258 and 302 to:
if any(W < 0.0-Wtol)
@alex-s-gardner I found an error check in
melt.m
that checks the logical of the sum of a logical. On line 258 it reads:That works, but it's somewhat unconventional, and I wonder if it's an error. I would expect either:
or
The same check appears again on line 302.