Skip to content

Commit

Permalink
fixed typo in assert
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrazeau committed Mar 16, 2018
1 parent 676a288 commit e81d87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fitch.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ int mpl_nadown2_simpl
}

#ifdef DEBUG
assert(n[j]);
assert(npre[j]);
#endif
}

Expand Down

0 comments on commit e81d87e

Please sign in to comment.