Topic: Probably dumb question
Using simply fortran but it often fails to use the version of code I have in the window.
Say I type
write(*,*) a.b
instead of
write(*,*) a,b
I get an error of course. I go fix it and save the file and save the project. F6 winds up giving me the same error as I can see it complaining about a.c
My horrible workaround is to save the file in a new name and reload it, ditching the old one. Pretty sure that aint right.
TIA