Ignore:
Timestamp:
10/24/06 10:15:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Pvs.h

    r1667 r1673  
    497497float Pvs<T, S>::GetEntrySize() 
    498498{ 
    499         return (float)sizeof(T) + sizeof(S) / float(1024 * 1024); 
     499        return (float)(sizeof(T) + sizeof(S)) / float(1024 * 1024); 
    500500} 
    501501 
Note: See TracChangeset for help on using the changeset viewer.