39 const label offset =
'0';
40 const label length = 3;
46 for (label i=0; i<length; i++)
48 label j = label(leftOfN/
pow(10, length-i-1));
49 leftOfN -= j*
pow(10,length-i-1);
A class for handling words, derived from Foam::string.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)