14#ifndef SST_CORE_MODEL_PYTHON_PYMODEL_UNITALGEBRA_H 
   15#define SST_CORE_MODEL_PYTHON_PYMODEL_UNITALGEBRA_H 
   17#include "sst/core/sst_types.h" 
   18#include "sst/core/unitAlgebra.h" 
   19#include "sst/core/warnmacros.h" 
   21DISABLE_WARN_DEPRECATED_REGISTER
 
   32extern PyTypeObject PyModel_UnitAlgebraType;
 
Performs Unit math in full precision.
Definition unitAlgebra.h:107
Definition pymodel_unitalgebra.h:28