lkml.org 
[lkml]   [2002]   [Oct]   [18]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
From"omit_ECE" <>
SubjectDouble & Integral don't match
DateFri, 18 Oct 2002 00:10:01 -0500
Hi,

In tcp_input.c, I declare a variable,
double t_owd_; 
t_owd_ = rcv_tsecr - rcv_tsval;
But in this case, the right side in the equation are integrals,
which is against to the left side of double.
I tried, 
t_owd_ = (double) rcv_tsecr - (double) rcv_tsval;

It didn't work. How could I do to make it?
Thank you.

YuZen
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:30    [W:0.983 / U:0.510 seconds]
©2003-2008 Jasper Spaans