Skip to content
Snippets Groups Projects
Commit 0f00d393 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'lohenry-addStationIdx' into 'master'

Add the stationIdx method

See merge request !3759
parents c5852d24 c4d00415
No related branches found
No related tags found
1 merge request!3759Add the stationIdx method
Pipeline #4470825 passed
......@@ -49,6 +49,9 @@ public:
/** @return stationID */
[[nodiscard]] unsigned int stationID() const { return m_stationID; }
/** @return stationID */
[[nodiscard]] unsigned int stationIdx() const { return m_stationID - 1; }
/** @return Vector of pointers to the FT Layers */
[[nodiscard]] const auto& layers() const { return m_layers; }
......
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