|
SST
14.0.0
StructuralSimulationToolkit
|
Exception for when attempting operations between objects that do not have matching base units. More...
#include <unitAlgebra.h>
Public Member Functions | |
| NonMatchingUnits (const std::string &lhs, const std::string &rhs, const std::string &operation) | |
Exception for when attempting operations between objects that do not have matching base units.
| UnitAlgebra::NonMatchingUnits::NonMatchingUnits | ( | const std::string & | lhs, |
| const std::string & | rhs, | ||
| const std::string & | operation | ||
| ) |
| lhs | units for UnitAlgebra on left-hand side of operation |
| rhs | units for UnitAlgebra on right-hand side of operation |
| operation | representation of operation attempted between units |