| 103 | } |
| 104 | |
| 105 | bool PythonPluginOutputVariable_Impl::setUnits(const std::string& units) { |
| 106 | bool result = setString(OS_PythonPlugin_OutputVariableFields::Units, units); |
| 107 | OS_ASSERT(result); |
| 108 | return result; |
| 109 | } |
| 110 | |
| 111 | void PythonPluginOutputVariable_Impl::resetUnits() { |
| 112 | bool result = setString(OS_PythonPlugin_OutputVariableFields::Units, ""); |