|
Rune Allnor <allnor@tele.ntnu.no> wrote in message
> Apart from that, if your function keeps hitting the
> limits for the recursion levels, the cause is usually
> that your termination criteria are ill-posed. Make sure
> you know exactly what you are doing.
Hello Rune:
Thank you for your comments. At normal operation the routine should not attain any recursion limit. The problem is that, while developing the routine, I need to process a somewhat large AutoDesk DXF file and "somewhere" after processing an unknown bunch of information the routine recurses. I am trying to catch where it happends, and maybe discover why. I hope that by asking here and there about the recursion level I will be able to stop processing and check the input data for that case. So, at this very moment, I do not know why and where it recurses up to the limit.
Regards, and thank you again for the advice
Carlos
|