Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/FillerBase.cpp

    r2430 r2289  
    121121  Int idx = -1 ;
    122122  for ( uInt i = 0 ; i < nEntry ; i++ ) {
    123     if ( restfreq.conform( mEntry_[i] ) &&
    124          allEQ( restfreq, mEntry_[i] ) ) {
    125       idx = i ;
    126       break ;
     123    if ( restfreq.conform( mEntry_[i] ) ) {
     124      if ( allEQ( restfreq, mEntry_[i] ) ) {
     125        idx = i ;
     126        break ;
     127      }
    127128    }
    128129  }
     
    133134    Vector<String> tmp ;
    134135    id = table_->molecules().addEntry(restfreq,tmp,tmp) ;
    135     mEntry_.push_back( restfreq.copy() ) ;
     136    mEntry_.push_back( restfreq ) ;
    136137    mIdx_.push_back( id ) ;
    137138  }
Note: See TracChangeset for help on using the changeset viewer.