diff options
author | Thomas White <taw@physics.org> | 2014-03-05 14:16:01 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-03-05 14:16:01 +0100 |
commit | 7e93b4229db92f84be0888a680c35c4eb2c9a371 (patch) | |
tree | 68080a68234a8349415ab0e74c8fef40a9c2e860 /src | |
parent | 9c59236459d2b34176d06065f6244979ec90f467 (diff) |
Add an assertion
Diffstat (limited to 'src')
-rw-r--r-- | src/ambigator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ambigator.c b/src/ambigator.c index 95d0b097..14361578 100644 --- a/src/ambigator.c +++ b/src/ambigator.c @@ -150,6 +150,7 @@ static struct flist *asymm_and_merge(RefList *in, const SymOpList *sym, f->n++; } reflist_free(asym); + assert(f->n == n); return f; } |