0

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?

user106306
  • 315
  • 2
  • 10
  • 3
    Does 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
  • 2
    Executive summary of the linked answer: Use allocatables – Ian Bush Mar 22 '21 at 13:47

0 Answers0