Skip to content
Snippets Groups Projects
Commit 756731a3 authored by Da Yu Tou's avatar Da Yu Tou Committed by Rosen Matev
Browse files

Expose UT sector dxDy for Allen.

parent b2b0e9f5
No related branches found
No related tags found
2 merge requests!4647Synchronize master branch with 2024-patches,!4640Expose UT sector dxDy for Allen.
......@@ -556,6 +556,9 @@ public:
/** getter for dy */
[[nodiscard]] double get_dy() const { return m_dy; }
/** getter for dxdy */
[[nodiscard]] double get_dxdy() const { return m_dxdy; }
/// get half length in x an y
std::pair<double, double> halfLengths() const;
......
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