Skip to content

Commit

Permalink
ap7 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrkm committed Jun 15, 2024
1 parent 5a5f1a6 commit d3c6584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All changes are by Kevin Sahr, unless otherwise noted.
### Fixed
- bug binning some points that are very close to certain icosahedron edges into odd aperture 7 resolutions
- failure when performing a TRANSFORM operation with input files other than lat/lon
- fixed macro names in Z3RF

## [8.1b] - 2024-01-10
### Added
Expand Down
5 changes: 1 addition & 4 deletions src/lib/dglib/include/dglib/DgZ3RF.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,7 @@ class DgZ3RF : public DgRF<DgZ3Coord, long long int> {

protected:

DgZ3RF (DgRFNetwork& networkIn, const std::string& nameIn,
int resIn)
: DgRF<DgZ3Coord, long long int>(networkIn, nameIn),
res_ (resIn) { }
DgZ3RF (DgRFNetwork& networkIn, const std::string& nameIn, int resIn);

int res_;

Expand Down

0 comments on commit d3c6584

Please sign in to comment.