Skip to content

Commit

Permalink
Segmentation's CylindricalGridPhiZ and PolarGridRPhi2: correct spelli…
Browse files Browse the repository at this point in the history
…ng in comment.
  • Loading branch information
ybedfer committed Nov 14, 2024
1 parent 102ec1b commit aaee9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DDCore/src/segmentations/CylindricalGridPhiZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ CylindricalGridPhiZ::~CylindricalGridPhiZ() {

}

/// Set the underlying decoder and assign isPrimed attribute to phi identifier
/// Set the underlying decoder and assign isSigned attribute to phi identifier
void CylindricalGridPhiZ::setDecoder(const BitFieldCoder* newDecoder) {
this->Segmentation::setDecoder(newDecoder);
const BitFieldElement* m_phi = &((*_decoder)[_phiId]);
Expand Down
2 changes: 1 addition & 1 deletion DDCore/src/segmentations/PolarGridRPhi2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ PolarGridRPhi2::~PolarGridRPhi2() {

}

/// Set the underlying decoder and assign isPrimed attribute to Phi identifier
/// Set the underlying decoder and assign isSigned attribute to Phi identifier
void PolarGridRPhi2::setDecoder(const BitFieldCoder* newDecoder) {
this->Segmentation::setDecoder(newDecoder);
const BitFieldElement* m_phi = &((*_decoder)[_phiId]);
Expand Down

0 comments on commit aaee9cb

Please sign in to comment.