Ignore:
Timestamp:
01/27/06 16:27:22 (18 years ago)
Author:
mattausch
Message:

started to include variance into the measures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/RssTree.cpp

    r569 r579  
    27782778          Debug<<"Error: object Id out of range, Id="<<id<<" roots.size()="<<mRoots.size()<< 
    27792779                endl<<flush; 
    2780           id = mRoots.size()-1; // $$ last tree is used by all unsigned objects 
     2780          id = (int)mRoots.size()-1; // $$ last tree is used by all unsigned objects 
    27812781        } 
    27822782        return mRoots[id]; 
Note: See TracChangeset for help on using the changeset viewer.