Variable FortranArray._ptr

struct FortranArray
{
  // ...
  T* _ptr ;
  // ...
}