Skip to content

Commit

Permalink
Fix for #357 - pflags needed to be initialized (regression when atl06…
Browse files Browse the repository at this point in the history
… dispatch reworked)
  • Loading branch information
jpswinski committed Dec 5, 2023
1 parent 4debb90 commit fed1334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/icesat2/plugin/Atl06Dispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ bool Atl06Dispatch::processRecord (RecordObject* record, okey_t key, recVec_t* r
result.elevation.rgt = extent->reference_ground_track;
result.elevation.cycle = extent->cycle;
result.elevation.x_atc = extent->segment_distance;
result.elevation.pflags = 0;

/* Copy In Initial Set of Photons */
result.elevation.photon_count = extent->photon_count;
Expand Down

0 comments on commit fed1334

Please sign in to comment.