Hi,
I'm new to FORTRAN and only have real experience in MATLAB.
What I've got is two arrays. If the elements in one array are less than a parameter, I want to perform an operation on the corresponding elements of the other array. Otherwise, I want to perform a different operation.
Since MATLAB...