mirror of
https://github.com/nasa/fpp.git
synced 2025-12-13 16:47:48 -06:00
12 lines
223 B
Fortran
12 lines
223 B
Fortran
locate type T at "T.fpp"
|
|
locate constant a at "a.fpp"
|
|
locate constant b at "b.fpp"
|
|
locate constant c at "c.fpp"
|
|
locate constant d at "d.fpp"
|
|
|
|
active component C {
|
|
|
|
param P: T default a id b set opcode c save opcode d
|
|
|
|
}
|