STYLE: rebase edge on labelPair, additional methods in Pair

- use FixedList first/last in Pair first/second

- consistent first/second access for line
This commit is contained in:
Mark Olesen
2017-10-06 20:10:49 +02:00
parent 049617d037
commit f76552f7f9
17 changed files with 486 additions and 356 deletions

View File

@ -368,7 +368,7 @@ int main(int argc, char *argv[])
faces.setSize(surf.size());
forAll(surf, fi)
{
faces[fi] = surf[fi].triFaceFace();
faces[fi] = surf[fi];
}
}