blob: 02b5202717fca259482c77b558c79676ec55d79a (
plain) (
blame)
1
2
3
4
5
6
|
# Task declaration for the LOCAL package. To add new task entries, add a
# comma to the last line and a new line "mytask = t_mytask". In the task
# sourcefile the main procedure should be named "procedure t_mytask".
task bswap = t_bswap,
pavg = t_pavg
|