Flow123d
jenkins-Flow123d-linux-release-multijob-282
|
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | UnitSI |
Class for representation SI units of Fields. More... | |
struct | UnitSI::OutputFormat |
Variable parts of output format. Used in the format method. More... | |
Functions | |
UnitSI | operator* (const UnitSI &a, const UnitSI &b) |
Product of two units. More... | |
UnitSI | operator/ (const UnitSI &a, const UnitSI &b) |
Proportion of two units. More... | |
Product of two units.
Definition at line 172 of file unit_si.cc.
Proportion of two units.
Definition at line 185 of file unit_si.cc.