[Dart-dev] [4629] DART/trunk/location/threed_sphere/location_mod.html: making note that one variable was optional
nancy at ucar.edu
nancy at ucar.edu
Wed Jan 5 09:27:16 MST 2011
Revision: 4629
Author: thoar
Date: 2011-01-05 09:27:16 -0700 (Wed, 05 Jan 2011)
Log Message:
-----------
making note that one variable was optional
Modified Paths:
--------------
DART/trunk/location/threed_sphere/location_mod.html
-------------- next part --------------
Modified: DART/trunk/location/threed_sphere/location_mod.html
===================================================================
--- DART/trunk/location/threed_sphere/location_mod.html 2011-01-05 16:26:03 UTC (rev 4628)
+++ DART/trunk/location/threed_sphere/location_mod.html 2011-01-05 16:27:16 UTC (rev 4629)
@@ -731,10 +731,10 @@
type(location_type), intent(in) :: <em class=code>base_obs_loc</em>
integer, intent(in) :: <em class=code>base_obs_kind</em>
type(location_type), dimension(:), intent(in) :: <em class=code>obs</em>
-integer, dimension(:), intent(in) :: <em class=code>obs_kind</em>
+integer, dimension(:), intent(in) :: <em class=code>obs_kind</em>
integer, intent(out) :: <em class=code>num_close</em>
-integer, dimension(:), intent(out) :: <em class=code>close_ind</em>
-real(r8), dimension(:), intent(out) :: <em class=code>dist</em>
+integer, dimension(:), intent(out) :: <em class=code>close_ind</em>
+real(r8), optional, dimension(:), intent(out) :: <em class=optionalcode>dist</em>
</pre>
</div>
@@ -769,7 +769,7 @@
<TD>Number of locations close to the given location.</TD></TR>
<TR><TD valign=top><em class=code>close_ind</em></TD>
<TD>Indices of those locations that are close.</TD></TR>
-<TR><TD valign=top><em class=code>dist</em></TD>
+<TR><TD valign=top><em class=optionalcode>dist</em></TD>
<TD>Distance between given location and the
close ones identified in close_ind.</TD></TR>
</TABLE>
More information about the Dart-dev
mailing list