What is the difference between a pointer vector/matrix with an allocatable vector/matrix? What is the benefit to use pointers in fortran? Or when it is better to use pointers instead of an allocatable variable?
Asked
Active
Viewed 38 times
0
-
3Does this answer your question? [ALLOCATABLE arrays or POINTER arrays?](https://stackoverflow.com/questions/2300199/allocatable-arrays-or-pointer-arrays) – jack Mar 22 '21 at 12:51
-
2Executive summary of the linked answer: Use allocatables – Ian Bush Mar 22 '21 at 13:47