10-14-2022, 09:34 PM
@Pete check line 168, that's the issue. `h` is already used as a loop variable, so by reusing it for the assignment you're messing with that loop and presumably it ends up running many more times than just 1 to `hh`.
You'd think this would be faster, but NO!!!!!! [Resolved]
|
« Next Oldest | Next Newest »
|