Changes between Version 2 and Version 3 of PDAF_assimilate_seek_si
- Timestamp:
- Jan 15, 2015, 3:07:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_assimilate_seek_si
v2 v3 12 12 The interface when using the SEEK filter is the following: 13 13 {{{ 14 SUBROUTINE PDAF_assimilate_seek_si(status )14 SUBROUTINE PDAF_assimilate_seek_si(status_pdaf) 15 15 }}} 16 16 with the following arguments: 17 * `status `: The integer status flag. It is zero, if `PDAF_assimilate_seek` is exited without errors.17 * `status_pdaf`: The integer status flag. It is zero, if `PDAF_assimilate_seek` is exited without errors. 18 18 19 19