--- clipper/core/nxmap.h.orig 2005-11-01 11:54:01.970008000 +0000 +++ clipper/core/nxmap.h 2005-11-01 11:53:17.570009000 +0000 @@ -340,7 +340,7 @@ \param grid The grid sampling of the given unit cell. \param grid_extent The map extent within that cell. */ template void NXmap::init( const Cell& cell, const Grid_sampling& grid, const Grid_range& grid_extent ) - { NXmap_base::init( cell, grid, grid_extent ); list.resize( grid.size() ); } + { NXmap_base::init( cell, grid, grid_extent ); list.resize( grid_extent.size() ); } /*! The value of the map at the desired non-grid map