mirror of
https://github.com/nasa/fpp.git
synced 2025-12-14 01:11:35 -06:00
10 lines
187 B
Fortran
10 lines
187 B
Fortran
locate constant a at "a.fpp"
|
|
locate constant b at "b.fpp"
|
|
locate constant c at "c.fpp"
|
|
|
|
locate type T at "T.fpp"
|
|
locate type C.T at "C.fpp"
|
|
|
|
array A1 = [a] T default b
|
|
array A2 = [a] C.T
|