Hello,
I have a FORTRAN code that consists of some subroutines. I would like to send it to another person to modify one subroutine only and not all other subroutines or the main code. Is there a way of doing that? in other words, I would like him to not see the original code of the main program and other subroutines, only see the subroutine to be modified by him and he can still run the whole program. Is that possible?
Thank you for your help,
I have a FORTRAN code that consists of some subroutines. I would like to send it to another person to modify one subroutine only and not all other subroutines or the main code. Is there a way of doing that? in other words, I would like him to not see the original code of the main program and other subroutines, only see the subroutine to be modified by him and he can still run the whole program. Is that possible?
Thank you for your help,