$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [units] derived_dimension<volume_dimension, 1> units showing as "dimensionless"
From: Michael Powell (mwpowellnm_at_[hidden])
Date: 2011-08-02 15:56:48
Units users,
I'm sure this is an include I am missing somewhere. I've got a derived
physical dimension defined as derived_dimension<volume_dimension,1>, and the
corresponding unit<my_dimension,si::system>, however the to_string() of the
quantity shows "dimensionless". I am expecting this should be "m^3"?
Regards,
Michael