fix regarding previous commit
This commit is contained in:
parent
bc87268810
commit
e7fd650922
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ namespace MultiArrayTools
|
|||
for((*this) = 0; this->pos() != this->max(); ++(*this)){
|
||||
std::string red = this->stringMeta();
|
||||
red.erase(std::remove_if(red.begin(), red.end(), rem), red.end());
|
||||
if(this->stringMeta() == smeta){
|
||||
if(red == redmeta){
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue