changeset 1250:5cca5ae20299

[project @ 1995-04-11 01:07:17 by jwe]
author jwe
date Tue, 11 Apr 1995 01:07:17 +0000
parents 86fc40576f22
children 97eac19837dc
files src/rand.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/rand.cc	Tue Apr 11 01:03:57 1995 +0000
+++ b/src/rand.cc	Tue Apr 11 01:07:17 1995 +0000
@@ -54,7 +54,7 @@
 {
   union d2i { double d; int i[2]; };
   union d2i u;
-  F77_FCN (getsd) (u.i[0]), u.i[1]);
+  F77_FCN (getsd) (u.i[0], u.i[1]);
   return u.d;
 }