summaryrefslogtreecommitdiff
path: root/devel/swarm/files/patch-src::random::C2LCGXgen.m
blob: b0d0bc3aeeef972fcd4a8f03451723ef8c1732b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/random/C2LCGXgen.m.orig	Fri Oct 10 05:19:01 2003
+++ ./src/random/C2LCGXgen.m	Fri Oct 10 05:19:10 2003
@@ -152,7 +152,7 @@
   
   if ((A > maxGen) || (v > 60) || (w > 60))
     {
-      printf("Generator parameters: A = %d  v = %d  w = %d
+      printf("Generator parameters: A = %d  v = %d  w = %d \
 maxA = %lu  maxv = 60  maxw = 60\n\n", 
              A,v,w,maxGen);
     [InvalidCombination