Hi everybody,
my problem is, that I have to modify an old Fortran code (I guess it is f77), which calls (includes) the following libraries:
'dimens.f', 'ltplinc.f' and 'array.f'
Unfortunately, my compiler doesn't know these libraries and I haven't found any documentation for them.
My...