Changes between Version 2 and Version 3 of PDAFomi_set_ncoord


Ignore:
Timestamp:
Nov 24, 2024, 4:16:57 PM (3 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_set_ncoord

    v2 v3  
    1010The interface is:
    1111{{{
    12   SUBROUTINE PDAFomi_set_ncoord(ncoord)
     12  SUBROUTINE PDAFomi_set_ncoord(thisobs, ncoord)
    1313
     14    TYPE(obs_f), INTENT(inout) :: thisobs   ! Observation type
    1415    INTEGER, INTENT(in) :: ncoord           ! Number of dimensions used for distance calculation
    1516}}}