SST
14.1.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) | |
Public Member Functions inherited from SST::UnitAlgebra::UnitAlgebraException | |
UnitAlgebraException (const std::string &msg) | |
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 |