Variable FortranArray2D._ptr

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