sweep.c: Move repeated call out of if ... else
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 15 Nov 2011 14:20:59 +0000 (15:20 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 15 Nov 2011 14:20:59 +0000 (15:20 +0100)
commit90afc1f0572a82bd6eb4532350b368c685b3cc7b
tree4b7508ac86f73a3cce6c3c6ddb13014547dcb5f0
parentb8f1c67b087b875d45c28bcae330910e7723d6c6
sweep.c: Move repeated call out of if ... else

This line is identical for all cases, so it only needs to appear once.
lib/linreg/sweep.c