[EMAIL PROTECTED] writes: > + int length = params_.length.inBP(); > + if (length < 0) > + length = -1 * length; > + dim.wid = length;
What about using abs()? JMarc
[EMAIL PROTECTED] writes: > + int length = params_.length.inBP(); > + if (length < 0) > + length = -1 * length; > + dim.wid = length;
What about using abs()? JMarc