22 | | * '''Important''': The feature to use a pointer as an argument is Fortran2003 standard. In order to make this call work, an explicit Fortran interface is required. For this, one has to include the interface declaration from PDAF's interfaces module by |
23 | | {{{ |
24 | | USE PDAF_interfaces_module, ONLY: PDAF_set_smootherens |
25 | | }}} |
| 22 | * '''Important for PDAF2''': The feature to use a pointer as an argument is Fortran2003 standard. In order to make this call work, an explicit Fortran interface is required. For this, one has to include the interface declaration from PDAF's interfaces module by `USE PDAF_interfaces_module, ONLY: PDAF_set_smootherens`[[BR]]For PDAF3 it is required to use `USE PDAF, ONLY: PDAF_set_smootherens` |