Group: comp.lang.fortran · Group Profile · Search for Weatherdata in comp.lang.fortran
Author: Jan Gerrit Kootstra
Date: Nov 4, 2007 02:46
... sorted in order i,j,k. Kind regards, Jan Gerrit Kootstra ====================================================================================== CODE BEGIN ====================================================================================== program weatherdata implicit none integer i,j,k,N character(len=20) :: text real, Allocatable ...
|