[Dart-dev] [3607] DART/trunk/preprocess/preprocess.f90: removed unused variables as determined by the absoft 9.0 compiler on shad

nancy at ucar.edu nancy at ucar.edu
Mon Sep 8 15:28:21 MDT 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080908/ef74463f/attachment.html
-------------- next part --------------
Modified: DART/trunk/preprocess/preprocess.f90
===================================================================
--- DART/trunk/preprocess/preprocess.f90	2008-09-08 17:20:00 UTC (rev 3606)
+++ DART/trunk/preprocess/preprocess.f90	2008-09-08 21:28:21 UTC (rev 3607)
@@ -41,12 +41,11 @@
 integer, parameter   :: max_types = 5000, max_kinds = 5000
 character(len = 256) :: line, test, test2, type_string(max_types), &
                         kind_string(max_kinds), t_string, temp_type, temp_kind
-integer              :: iunit, ierr, io, i, j, k, l
+integer              :: iunit, ierr, io, i, j, k
 integer              :: l_string, l2_string, total_len, linenum
 integer              :: num_types_found, num_kinds_found, kind_index(max_types)
 logical              :: duplicate, usercode(max_types), temp_user
 character(len = 169) :: err_string
-character(len = 128) :: err_array(10)
 
 ! specific marker strings
 character(len = 33) :: kind_start_string = '! BEGIN DART PREPROCESS KIND LIST'


More information about the Dart-dev mailing list