Ignore:
Timestamp:
01/03/08 15:13:40 (17 years ago)
Author:
bittner
Message:

minor updates of mutation

File:
1 edited

Legend:

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

    r2353 r2574  
    447447 
    448448#else 
    449 cerr << "warning: reverse mutation not supported!" << endl; 
     449  cerr << "warning: reverse mutation not supported!" << endl; 
    450450#endif 
    451451   
     
    633633        mRays[index].mMutations++; 
    634634        mRays[index].mUnsuccessfulMutations++; 
    635  
     635         
    636636        return true; 
    637637  } 
    638    
     638 
    639639  return GenerateMutation(index, sray); 
    640640} 
Note: See TracChangeset for help on using the changeset viewer.