Y
Hacker News
new
|
ask
|
show
|
jobs
by
WanderPanda
1028 days ago
Is the size info compile-time or runtime in Fortran?
1 comments
certik
1028 days ago
It can be both. If you know the dimension at compile time, it is compile time, if you don't it will be runtime.
link