Changes between Version 2 and Version 3 of PDAFomi_set_ncoord
- Timestamp:
- Nov 24, 2024, 4:16:57 PM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_set_ncoord
v2 v3 10 10 The interface is: 11 11 {{{ 12 SUBROUTINE PDAFomi_set_ncoord( ncoord)12 SUBROUTINE PDAFomi_set_ncoord(thisobs, ncoord) 13 13 14 TYPE(obs_f), INTENT(inout) :: thisobs ! Observation type 14 15 INTEGER, INTENT(in) :: ncoord ! Number of dimensions used for distance calculation 15 16 }}}