Group: comp.lang.fortran · Group Profile · Search for Run Time Error 9 Subscript Out Of Range in comp.lang.fortran
Author: Tobias Burnus
Date: Jun 18, 2008 00:48
... NAG f95 detects at run time: Subscript 1 of IDS (value 11) is out of range (1:10) Program terminated by fatal error In SIMILARITYSCE_SIMHYD, line 96 of test.... closely look at the code. OPEN (9,FILE=fl_in_prob_vars,STATUS='old',IOSTAT=ierror...having iostat=ierror there, if the error value is never checked? Without "...program will stop at run time with a proper error message, e.g...
|