Dears,
I want to compile old Fortran code, but it show errors for a nonexistent function c=INTEG(a,b). What is the expression of this kind of function? Attention is needed 2 parameters. The second parameter seems to be an integer. (for ex: b=0) Number 'a' seems to be a simple real number (a = REAL) Could be a function for integrate, similar to python? But has only 2 arguments!!!
Of course, it could be an external function also...but maybe wasn't...
Best regards, Ciprian