changes 388 B

12345678910
  1. 16Jul94 ehg@research.att.com
  2. rd.f fixed comment for "E(K) ="; "RD(3" should have been "RD(0".
  3. Thanks to Richard Chen for pointing this out.
  4. Thu Nov 18 10:16:30 EST 1999 mcmahan@cs.utk.edu
  5. sgeir.f fixed error in driver routine sgeir.f on line 169 which said :
  6. IF (XNORM.NE.0.0) THEN
  7. instead of :
  8. IF (XNORM.EQ.0.0) THEN
  9. Thanks to Eric Thiebaut for pointing this out.