Skip to content

Commit

Permalink
set wu in mrrr_val in case of DQDS
Browse files Browse the repository at this point in the history
  • Loading branch information
petschow committed Aug 5, 2013
1 parent 9a4a49c commit a82654b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SRC/mrrr_val.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ int mrrr_val(char *jobz, char *range, int nthreads, in_t *Dstruct,
useDQDS = (irange == allrng && !force_bisection) ? true : false;

if (useDQDS) {
wl = gl;
wu = gu;
*vlp = gl;
*vup = gu;
} else if (!useDQDS) {
Expand Down

0 comments on commit a82654b

Please sign in to comment.