Skip to content

Commit

Permalink
Per #1810, the ShpArray template class needed an n_elements() member …
Browse files Browse the repository at this point in the history
…function to compile.
  • Loading branch information
JohnHalleyGotway committed Jan 7, 2022
1 parent 5e384d6 commit 3362ba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions met/src/libcode/vx_gis/shp_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ class Shp_Array {

int n() const { return ( Nelements ); }

int n_elements() const { return ( Nelements ); }

//
// do stuff
//
Expand Down

0 comments on commit 3362ba4

Please sign in to comment.