From: Moon H. <moo...@gm...> - 2007-07-31 17:30:31
Hi developers,
I am thinking of changing the return value of
FD::tau_i() from int to double.
so Wei's previous code of
public override double tau_i()
{
return 0.5 * m_t_toasting;
}
has no error.
I think there is no advantage to define the return type as "int".
Let me know your opinions.
mOOn