Changes between Version 3 and Version 4 of PDAF_set_rparam


Ignore:
Timestamp:
Mar 24, 2025, 9:46:03 AM (9 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_set_rparam

    v3 v4  
    1414  SUBROUTINE PDAF_set_rparam(id, value, flag)
    1515
    16     INTEGER, INTENT(in) :: id       ! Index of parameter
    17     REAL, INTENT(in) :: value       ! Parameter value
     16    INTEGER, INTENT(in) :: id       ! Index of the parameter that is set
     17    REAL, INTENT(in)    :: value    ! Value of the parameter
    1818    INTEGER, INTENT(inout) :: flag  ! Status flag: 0 for no error
    1919}}}