Beliavsky / FortranTip

Short instructional Fortran codes associated with Twitter @FortranTip
https://zmoon.github.io/FortranTipBrowser/
The Unlicense
64 stars 14 forks source link

Avoiding manual allocate and deallocate #10

Open Beliavsky opened 2 years ago

Beliavsky commented 2 years ago

Avoiding manual allocate and deallocate (and why pointers should be only used when you cannot think of anything else) by @urbanjost