Changeset 148 for trunk/src


Ignore:
Timestamp:
Nov 28, 2007, 9:15:59 PM (17 years ago)
Author:
katerina
Message:

Fix overwrite of ErrFlags (functionality bug).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_utils.c

    r137 r148  
    964964  taus_svec[0] = taus_get_long (&(skey->rng0[0]));
    965965  taus_svec[1] = taus_get_long (&(skey->rng1[0]));
    966   taus_svec[2] = taus_get_long (&(skey->rng2[2]));
     966  taus_svec[2] = taus_get_long (&(skey->rng2[0]));
    967967  taus_svec[3] = taus_get_long (&(skey->rng0[0]));
    968968  taus_svec[4] = taus_get_long (&(skey->rng1[0]));
Note: See TracChangeset for help on using the changeset viewer.