Hey guys. I'm trying to compile (using g95 compiler) this program but there are two errors I can't fix.
Thank you!
Code:
In file mone.f95:5
USE ims.f90
1
Error: Syntax error in USE statement at (1)
In file mone.f95:52
read(10,*) (((Lixo, CotPap(j,i)), j=1, npapeis), i, nper+1)
1
Error: Expected variable in READ statement at (1)
Thank you!