Variable FortranArray2D._length

struct FortranArray2D
{
  // ...
  size_t _length ;
  // ...
}