Changeset 587

Show
Ignore:
Timestamp:
08/27/09 16:08:52 (15 years ago)
Author:
smidl
Message:

oprava unique_complement

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/itpp_ext.cpp

    r586 r587  
    430430                j=0; 
    431431                while ( (!found) && (j < base.length())) { 
    432                         if (in (i) == uniq (j)) found = true; 
     432                        if (in (i) == base (j)) found = true; 
    433433                        j++; 
    434434                }