Flow123d
master-f44eb46
|
#include <unit_converter.hh>
Public Member Functions | |
Formula () | |
Constructor. More... | |
Public Attributes | |
double | coef_ |
multiplicative coeficient More... | |
std::vector< struct Factor > | factors_ |
factors of formula More... | |
Definition at line 58 of file unit_converter.hh.
|
inline |
Constructor.
Definition at line 60 of file unit_converter.hh.
double Formula::coef_ |
multiplicative coeficient
Definition at line 62 of file unit_converter.hh.
std::vector<struct Factor> Formula::factors_ |
factors of formula
Definition at line 63 of file unit_converter.hh.