Commit Graph

6 Commits

Author SHA1 Message Date
Markus Teich
e25578ad25 add debugging shortcuts for points and mpis 2016-06-28 22:04:43 +02:00
Markus Teich
5dbbef588d fix bug in util 2016-06-28 16:21:13 +02:00
Markus Teich
42c804470c fix warning with unused return codes only used in assertions.
It's common knowledge to not cause any writes inside an assertion condition
since they are not guaranteed to be executed, so we can still evaluate them and
cast to void, which the compiler can optimize away. It's better than having a
`(void)rc;` for every variable that is only used in assertions.
2016-06-22 23:29:15 +02:00
Markus Teich
0fc7fb86b8 random fixes 2016-06-22 23:18:46 +02:00
Markus Teich
ec1ce068ed update util: logging and assertions 2016-06-12 00:55:09 +02:00
Markus Teich
ad52777275 low level implementation of round1 2016-06-07 15:49:22 +02:00