Ignore:
Timestamp:
05/18/08 00:30:13 (16 years ago)
Author:
mattausch
Message:

fixed several problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Mutation.cpp

    r2606 r2686  
    186186        float importance = 1.0f; 
    187187        if (mUsePassImportance)  
    188           importance = 1.0f/(pContributingRays + 1e-5); 
     188          importance = 1.0f/(pContributingRays + 1e-5f); 
    189189        // set this values for last contributingRays 
    190190        int index = mBufferStart - 1; 
Note: See TracChangeset for help on using the changeset viewer.