mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 07:27:54 -04:00
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
$NetBSD: patch-af,v 1.3 2001/01/23 20:55:44 jtb Exp $
|
|
|
|
--- cost.f.orig Fri Nov 17 16:48:23 2000
|
|
+++ cost.f
|
|
@@ -1,5 +1,5 @@
|
|
SUBROUTINE COST (N,X,WSAVE)
|
|
- DIMENSION X(1) ,WSAVE(1)
|
|
+ DIMENSION X(*) ,WSAVE(1)
|
|
NM1 = N-1
|
|
NP1 = N+1
|
|
NS2 = N/2
|