Mark Olesen
4fe8ed8245
STYLE: use direct iteration for HashSet
...
- The iterator for a HashSet dereferences directly to its key.
- Eg,
for (const label patchi : patchSet)
{
...
}
vs.
forAllConstIter(labelHashSet, patchSet, iter)
{
const label patchi = iter.key();
...
}
2018-03-06 00:29:03 +01:00
..
2018-01-08 15:35:18 +01:00
2018-01-08 15:35:18 +01:00
2018-04-11 22:48:03 +02:00
2018-03-06 00:29:03 +01:00
2018-03-06 00:29:03 +01:00
2018-01-08 15:35:18 +01:00
2016-09-20 14:49:08 +01:00
2017-11-22 12:54:28 +01:00
2018-01-08 15:35:18 +01:00
2018-03-28 17:14:16 +01:00
2018-03-28 17:14:16 +01:00
2018-04-27 15:00:34 +02:00
2018-04-27 15:00:34 +02:00
2018-04-27 15:00:34 +02:00
2017-11-22 12:54:28 +01:00
2018-03-07 11:21:48 +01:00
2018-03-28 17:14:16 +01:00
2018-03-14 21:08:29 +01:00
2018-03-06 00:29:03 +01:00
2018-01-08 15:35:18 +01:00
2018-04-24 14:51:19 +02:00
2018-02-22 11:19:47 +01:00
2016-08-10 15:49:09 +01:00
2018-03-06 00:29:03 +01:00
2018-03-16 10:24:03 +01:00
2018-03-05 13:28:53 +01:00
2018-03-13 08:32:40 +01:00
2018-01-08 15:35:18 +01:00
2018-02-21 10:05:30 +01:00
2018-04-24 21:20:06 +02:00