Variable FortranArray2D._cols

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