Skip to content

Commit

Permalink
Update CartesianGridXYStaggered.cpp
Browse files Browse the repository at this point in the history
added "CartesianGridXYStaggered::" to the cellDimensions method in CartesianGridXYStaggered.cpp.
  • Loading branch information
sebouh137 authored Sep 19, 2023
1 parent dccd89f commit 87689b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDCore/src/segmentations/CartesianGridXYStaggered.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Vector3D CartesianGridXYStaggered::position(const CellID& cID) const {
}


std::vector<double> cellDimensions(const CellID& cellID) const {
std::vector<double> CartesianGridXYStaggered::cellDimensions(const CellID& cellID) const {
return {_gridSizeX, _gridSizeY};
}

Expand Down

0 comments on commit 87689b9

Please sign in to comment.