Changes between Version 37 and Version 38 of SoftwarePackage


Ignore:
Timestamp:
Feb 22, 2023, 1:58:54 PM (13 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwarePackage

    v37 v38  
    2727  * This directory contains the source code of the core routines of PDAF. In addition, a Makefile is included to compile the PDAF library file.
    2828 * `templates/`
    29   * This directory contains stubs for all user-supplied routines required by the different filters. These files can be used for the own implementation (alternatively one can base on the routines of the example implementations in `testsuite/`.)
     29  * This directory contains stubs for all user-supplied routines required by the different filters. These files can be used for the own implementation (alternatively one can base on the routines of the tutorial implementations in `tutorial/`.)
    3030 * `testsuite/`
    3131  * This directory contains the test suite of PDAF including example implementations. For more details see the section on [#TheTestSuite the test suite]