ENH: add 'flip()' in-place method to edge, face, triFace

This commit is contained in:
Mark Olesen
2010-12-07 08:58:31 +01:00
parent e72d32028c
commit f367ee2ece
23 changed files with 74 additions and 22 deletions

View File

@ -867,7 +867,7 @@ int main(int argc, char *argv[])
fm[facei] = true;
if (!cubitFile)
{
faces[facei] = faces[facei].reverseFace();
faces[facei].flip();
}
Swap(owner[facei], neighbour[facei]);
}