Skip to content
Snippets Groups Projects
Commit 619f7e9d authored by Julien Malik's avatar Julien Malik
Browse files

BUG: return GridSize as const reference so that GenericRSResample filter can...

BUG: return GridSize as const reference so that GenericRSResample filter can also return const reference
parent 1f64cf48
Branches
Tags
No related merge requests found
......@@ -90,7 +90,7 @@ public:
/** Set/Get the grid size*/
itkSetMacro(GridSize, SizeType);
itkGetMacro(GridSize, SizeType);
itkGetConstReferenceMacro(GridSize, SizeType);
/** Set/Get the DEM directory*/
itkSetStringMacro(DEMDirectory);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment