Closed marcadella closed 4 weeks ago
Do you have an indication that there is an issue with this? I've never touched that but I have full confidence that it's doing what it ought to. Doesn't it?
I am not quite sure what the code is supposed to do, but I am sure that the second line is wrong. Maybe the function behaves normally out of luck though (??). I can add a comment and close this issue.
mergerank
is recursively calling itself:The first call is fine, however the second it obiously wrong as
a(na+1)
is a scalar. I assume that what was meant wascall mergerank(x,a(na+1:n),nb,t)
.I don't quite understand what this function is supposed to do so I let you judge @stineb .