mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 19:23:13 -06:00
9 lines
115 B
Fortran
9 lines
115 B
Fortran
locate instance a at "a.fpp"
|
|
locate instance b at "b.fpp"
|
|
|
|
topology T {
|
|
|
|
command connections instance a { b }
|
|
|
|
}
|