Hi everyone!
I'm just trying to remember my fortran programming skills, but it's looking a little bit hard.
I've tried this simple code in the Visual Studio (Intel Visual Fortran 10 compiler), and it gives me a bunch of errors:
INTERFACE
Subroutine load_P(P,N)
real :: P(:,:)
integer...