This commit is contained in:
James Fulop 2023-02-14 10:19:56 -08:00 коммит произвёл GitHub
Родитель a67a988046
Коммит bcf307dec4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -85,7 +85,7 @@ namespace
_Analysis_assume_(curInner < nVerts);
do
{
// don't check for equalivalence if indices the same (had better be equal then)
// don't check for equivalence if indices are the same (they had better be equal then)
// and/or if the one being checked is already being remapped
if ((curInner != curOuter) && (vertexRemapInverse[curInner] == curInner))
{