tomwalters@0: function nu=unit_weight_g() tomwalters@0: tomwalters@0: str.name='g'; tomwalters@0: str.fullname='gram'; tomwalters@0: tomwalters@0: str.converter=unitconvertermultpow(0.001,1); tomwalters@0: tomwalters@0: un=unit(str.name,str.fullname,str.converter); tomwalters@0: nu=class(str,'unit_weight_g',un);