ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Tree-M/MT/MTentry.cpp
(Generate patch)

Comparing Tree-M/MT/MTentry.cpp (file contents):
Revision 1.1 by root, Sun May 6 00:45:52 2001 UTC vs.
Revision 1.2 by root, Sun May 6 03:30:18 2001 UTC

22*********************************************************************/ 22*********************************************************************/
23 23
24#include "MTentry.h" 24#include "MTentry.h"
25#include "MT.h" 25#include "MT.h"
26 26
27tb_function TB_FUNCTION=MIN_R_INCR; 27tb_function TB_FUNCTION = MIN_R_INCR;
28 28
29int sizeofEntry() { 29int sizeofEntry() {
30 if(sizeofObject()) return(sizeofObject()+3*sizeof(double)+2*sizeof(BOOL)); // compressedEntry is: Object, rmin, rmax, distance, splitted, recomp 30 if(sizeofObject()) return(sizeofObject()+3*sizeof(double)+2*sizeof(BOOL)); // compressedEntry is: Object, rmin, rmax, distance, splitted, recomp
31 return 0; 31 return 0;
32} 32}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines