Basicaly what I need is to recieve arguments that are passed from another program.
I have the code on C, but I don't have any idea of how to do this from FORTRAN
For example, in java, you have something like this:
public static void main(String args[]){
}
that way, when you execute the program, you can pass to the main function, some arguments, IS THERE A WAY TO DO THAT IN FORTRAN????
I would appreciate any help anybody can give me on this one
Thanks.
I have the code on C, but I don't have any idea of how to do this from FORTRAN
For example, in java, you have something like this:
public static void main(String args[]){
}
that way, when you execute the program, you can pass to the main function, some arguments, IS THERE A WAY TO DO THAT IN FORTRAN????
I would appreciate any help anybody can give me on this one
Thanks.