I'm trying to change the name of a subroutine I use in a fortran program. I change the name in both the calling program and the subroutine. But when I do this I get a syntax error: unbalanced parentheses. This makes absolutely no sense, as I don't alter the parentheses in any way. I also get the same error when I change any of the variables that are passed as arguments to the subroutine. I've never seen anything like this.
anyone else had this problem?
anyone else had this problem?