Back to the main page.
Bug 166 - fractional time in seconds is rounded off incorrectly
Status | CLOSED FIXED |
Reported | 2010-09-22 11:05:00 +0200 |
Modified | 2011-01-05 12:01:01 +0100 |
Product: | FieldTrip |
Component: | peer |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2010-09-22 11:05:16 +0200
timavail and timreq are represented as integer. When sending the timreq, the master (peer mex file) truncates the floating point value estimate, i.e. 4.7 becomes 4. The fix should be implemented in the mex file code. Check all occurrences of typecasting double to int.
Robert Oostenveld - 2010-12-06 22:17:47 +0100
MacBook> svn commit Sending peer/private/killswitch.mexmaci64 Sending peer/private/memprofile.mexmaci64 Sending peer/private/peer.mexmaci64 Sending peer/private/time.mexmaci64 Sending peer/src/peer.c Transmitting file data ..... Committed revision 2301.
Robert Oostenveld - 2011-01-05 11:56:56 +0100
selected a long list of resolved bugs from roboos and changed the status into "RESOLVED"