Group: comp.lang.fortran · Group Profile · Search for Write Club in comp.lang.fortran
Author: Michael Metcalf
Date: Jun 9, 2008 12:31
... some statements to check the size and shape: WRITE(15, *) 'STRESS IS ' ...WRITE(15, *) SHAPE(STRESS) WRITE(15, *) SIZE(STRESS) WRITE(15, *) STRESS When I ... runs fine, and never crashes. It writes out "6" for the two additional WRITE statements I added. So then I commented out those two ... the same spot. Welcome tio the club. You need to find the array-...
|