[Dart-dev] [5330] DART/trunk/location/location_test.f90: keep in sync with kodiak; allocation size bug in test program.

nancy at ucar.edu nancy at ucar.edu
Fri Oct 7 13:25:23 MDT 2011


Revision: 5330
Author:   nancy
Date:     2011-10-07 13:25:23 -0600 (Fri, 07 Oct 2011)
Log Message:
-----------
keep in sync with kodiak; allocation size bug in test program.

Modified Paths:
--------------
    DART/trunk/location/location_test.f90

-------------- next part --------------
Modified: DART/trunk/location/location_test.f90
===================================================================
--- DART/trunk/location/location_test.f90	2011-10-07 19:24:51 UTC (rev 5329)
+++ DART/trunk/location/location_test.f90	2011-10-07 19:25:23 UTC (rev 5330)
@@ -24,7 +24,7 @@
    revision = "$Revision$", &
    revdate  = "$Date$"
 
-type(location_type) :: loc0(6), loc1, loc2, loc3, loc4, locA(5), locB(5)
+type(location_type) :: loc0(6), loc1, loc2, loc3, loc4, locA(7), locB(5)
 integer             :: iunit, iunit1, iunit2, i
 real(r8)            :: loc2_val, lon, lat
 character(len=102)  :: testbuf


More information about the Dart-dev mailing list