mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Now that we have defined addition and subtraction on unit
classes, let's use them in a few examples.
Yes, some of these are a bit pointless, because they are
of the kind
a.mbar - b.mbar => (a-b).mbar
However, these probably should be further simplified
by storing the result in a unit type.
This commit is mostly a proof-of-concept.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
|
||
|---|---|---|
| .. | ||
| 3rdparty | ||
| qml | ||
| CMakeLists.txt | ||
| qmlinterface.cpp | ||
| qmlinterface.h | ||
| qmlmanager.cpp | ||
| qmlmanager.h | ||
| statsmanager.cpp | ||
| statsmanager.h | ||
| themeinterface.cpp | ||
| themeinterface.h | ||