Home
last modified time | relevance | path

Searched refs:unitsys (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dlog.py216 self.unitsys = self.joule
217 self.unitsys.apply(self)
349 def set_unitsys(self, unitsys): argument
350 self.unitsys = unitsys
351 self.unitsys.apply(self)
353 self.unitsys.log_info()
366 self.unitsys.log_info(self)
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgsl_fun.cpp3344 static ut_system* unitsys = ut_read_xml(NULL); in constant() local
3354 if (twoparams) unit_from = ut_parse(unitsys, "kg", UT_ASCII); in constant()
3368 if (twoparams) unit_from = ut_parse(unitsys, "m", UT_ASCII); in constant()
3382 if (twoparams) unit_from = ut_parse(unitsys, "J/K", UT_ASCII); in constant()
3389 if (twoparams) unit_from = ut_parse(unitsys, "m/s", UT_ASCII); in constant()
3410 if (twoparams) unit_from = ut_parse(unitsys, "C", UT_ASCII); in constant()
3417 if (twoparams) unit_from = ut_parse(unitsys, "kg", UT_ASCII); in constant()
3424 if (twoparams) unit_from = ut_parse(unitsys, "J", UT_ASCII); in constant()
3494 if (twoparams) unit_from = ut_parse(unitsys, "kg", UT_ASCII); in constant()
3527 if (twoparams) unit_from = ut_parse(unitsys, "K", UT_ASCII); in constant()
[all …]