Skip to content
Snippets Groups Projects
Commit fd6f327e authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Fix doxygen docu

parent 503dcfe4
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,7 @@ namespace corryvreckan { ...@@ -237,7 +237,7 @@ namespace corryvreckan {
* @param row Row (y-) index of the pixel to calculate the spatial resolution from * @param row Row (y-) index of the pixel to calculate the spatial resolution from
* @return Intrinsic spatial resolution in global X and Y * @return Intrinsic spatial resolution in global X and Y
*/ */
virtual TMatrixD getSpatialResolutionMatrixGlobal(double, double) const = 0; virtual TMatrixD getSpatialResolutionMatrixGlobal(double column = 0, double row = 0) const = 0;
/** /**
* @brief Get number of pixels in x and y * @brief Get number of pixels in x and y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment