Hello everybody,
We have a Fortran program that we want upgrade using a opensource program which is write in c.
The c program is a command line tool and is in the public domain. To computes the program, the usage is:
ProgramName <inputfile> <outputfile>
My question is if I can run it from my fortran code.
Thanks
We have a Fortran program that we want upgrade using a opensource program which is write in c.
The c program is a command line tool and is in the public domain. To computes the program, the usage is:
ProgramName <inputfile> <outputfile>
My question is if I can run it from my fortran code.
Thanks