Skip to content

Commit d3c6584

Browse files
committed
ap7 fixes
1 parent 5a5f1a6 commit d3c6584

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All changes are by Kevin Sahr, unless otherwise noted.
77
### Fixed
88
- bug binning some points that are very close to certain icosahedron edges into odd aperture 7 resolutions
99
- failure when performing a TRANSFORM operation with input files other than lat/lon
10+
- fixed macro names in Z3RF
1011

1112
## [8.1b] - 2024-01-10
1213
### Added

src/lib/dglib/include/dglib/DgZ3RF.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,7 @@ class DgZ3RF : public DgRF<DgZ3Coord, long long int> {
174174

175175
protected:
176176

177-
DgZ3RF (DgRFNetwork& networkIn, const std::string& nameIn,
178-
int resIn)
179-
: DgRF<DgZ3Coord, long long int>(networkIn, nameIn),
180-
res_ (resIn) { }
177+
DgZ3RF (DgRFNetwork& networkIn, const std::string& nameIn, int resIn);
181178

182179
int res_;
183180

0 commit comments

Comments
 (0)