docs: remove commented-out code for glass1_top in absolute quantities post

This commit is contained in:
Mateusz Pusz
2025-06-17 16:22:02 +02:00
parent 1b4c1f9134
commit f54a2eb2d4

View File

@ -231,7 +231,6 @@ quantity<delta<isq::height>[cm]> fluid_level = 16 * cm;
// point quantities
inline constexpr struct floor_level final : absolute_point_origin<isq::height> floor_level;
quantity<point<isq::height[cm], floor_level>> table_top = floor_level + 1 * m;
// quantity<point<isq::height[cm]>> glass1_top(glass1_height); // point against nothing (no length)
// absolute results
quantity system_height = glass1_height + glass2_height;