Changes between Version 4 and Version 5 of PDAFomi_set_disttype


Ignore:
Timestamp:
Nov 24, 2024, 4:16:24 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_set_disttype

    v4 v5  
    99The interface is:
    1010{{{
    11   SUBROUTINE PDAFomi_set_disttype(disttype)
     11  SUBROUTINE PDAFomi_set_disttype(thisobs, disttype)
    1212
     13    TYPE(obs_f), INTENT(inout) :: thisobs     ! Observation type
    1314    INTEGER, INTENT(in) :: disttype           ! Type of distance calculation
    1415}}}