Dear Colleagues,
I am converting a Fortran program to Mata and am getting the following error during the compile phase:
The line number points to the end of a subroutine.
Has anybody seen this error before? I can't find anything in the Reference Manual or online that documents this error. One other person on Statalist mentioned this error in passing and it seemed to have something to do with goto statements, which the original Fortran program uses extensively. Are there any undocumented no-no's with goto statements that I should be aware of?
Regards,
Joe
I am converting a Fortran program to Mata and am getting the following error during the compile phase:
Code:
system error: UDpaddr (1557 lines skipped) (error occurred while loading myprogram.ado) r(3000);
Has anybody seen this error before? I can't find anything in the Reference Manual or online that documents this error. One other person on Statalist mentioned this error in passing and it seemed to have something to do with goto statements, which the original Fortran program uses extensively. Are there any undocumented no-no's with goto statements that I should be aware of?
Regards,
Joe
Comment