Skip to content
Snippets Groups Projects
Commit ee0ad2e8 authored by Pieter Donker's avatar Pieter Donker
Browse files

Bug 1134: In AntennaArrayData.h corrected comment by getGeoLoc()

parent 90825ed7
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ namespace LOFAR {
/**
* Get the geographical location of the array.
* @return 1-d array with 3 values for latitude, longitude and height.
* @return 1-d array with 3 values for longitude, latitude and height.
*/
const blitz::Array<double, 1>& getGeoLoc() const { return m_geoloc; }
......
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