Changes between Version 4 and Version 5 of PDAFomi_set_disttype
- Timestamp:
- Nov 24, 2024, 4:16:24 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_set_disttype
v4 v5 9 9 The interface is: 10 10 {{{ 11 SUBROUTINE PDAFomi_set_disttype( disttype)11 SUBROUTINE PDAFomi_set_disttype(thisobs, disttype) 12 12 13 TYPE(obs_f), INTENT(inout) :: thisobs ! Observation type 13 14 INTEGER, INTENT(in) :: disttype ! Type of distance calculation 14 15 }}}