Hello,
I am dealing with a program that uses a file (called vars.i) which is basically a text file that contains a list of variables (integers and reals) that the program accesses throughout its execution. can anyone explain how this interaction works between the file and the .f90 file? like where are the values stored when they are given values?
I am dealing with a program that uses a file (called vars.i) which is basically a text file that contains a list of variables (integers and reals) that the program accesses throughout its execution. can anyone explain how this interaction works between the file and the .f90 file? like where are the values stored when they are given values?