Fix further bug in NPAR BINOMIAL
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 20 Jan 2009 22:54:56 +0000 (07:54 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 20 Jan 2009 22:54:56 +0000 (07:54 +0900)
commitca7da17a401e015805db0ea70234c267d67535a3
tree19f3ca8f964b0e0a6760cdb3de61f2262001d837
parent3cdb27c57bc9abc79066ae10de2eb53bcfe418e9
Fix further bug in NPAR BINOMIAL

Change "break" to "continue", so that if a binomial
variable was missing, only this single variable is skipped
rather than all subsequent ones.  Thanks to Ben Pfaff for
reporting this.
src/language/stats/binomial.c