File closing when DEALLOCATE HELP !!

File closing when DEALLOCATE HELP !!

Bild des Benutzers swafortran

I Have a program that open a file ok, now I have a loop that allocate variables at the begining of a loop read a file and deallocate those varaibles at the end of the loop, it works fine for two time, at the third time that the loop is going to the file is close, and I do not close the file looks that the deallocation is closing the file.

Any Ideas ?

2 Beiträge / 0 neu
Letzter Beitrag
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.
Bild des Benutzers james@elementyl.com

You need to post a code sample. Otherwise a wild guess would be perhaps you are trashing a variable that contains the LUN or something of that sort.

James

Melden Sie sich an, um einen Kommentar zu hinterlassen.