annotate paper/src/assert.c @ 118:05068a4d0b52

Fix specification
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Mon, 13 Feb 2017 17:39:10 +0900
parents 4b26c8020229
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
118
05068a4d0b52 Fix specification
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 108
diff changeset
1 __code verifySpecificationFinish(struct Context* context) {
05068a4d0b52 Fix specification
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 108
diff changeset
2 if (context->data[AkashaInfo]->akashaInfo.maxHeight > 2*context->data[AkashaInfo]->akashaInfo.minHeight) {
05068a4d0b52 Fix specification
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 108
diff changeset
3 context->next = Exit;
05068a4d0b52 Fix specification
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 108
diff changeset
4 goto meta(context, ShowTrace);
05068a4d0b52 Fix specification
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 108
diff changeset
5 }
05068a4d0b52 Fix specification
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents: 108
diff changeset
6 goto meta(context, DuplicateIterator);
27
243d8dc4a292 Add akasha description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 }