mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
86b09615e6
- make port regarding libobj.so (see PR) - make port BROKEN regarding graphics/hdf5 - unbreak port regarding missing "'s (see BENTO) PR: ports/51484 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
12 lines
406 B
Matlab
12 lines
406 B
Matlab
--- ./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
|