]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MINICERN/packlib/kernlib/kerngen/tcgen/tras.F
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgen / tras.F
diff --git a/MINICERN/packlib/kernlib/kerngen/tcgen/tras.F b/MINICERN/packlib/kernlib/kerngen/tcgen/tras.F
deleted file mode 100644 (file)
index 26afd62..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.1.1.1  1996/02/15 17:49:55  mclareni
-* Kernlib
-*
-*
-#include "kerngen/pilot.h"
-      SUBROUTINE TRAS (A,S,B,M,N)
-C
-C CERN PROGLIB# F112    TRAS            .VERSION KERNFOR  4.15  861204
-C ORIG. 18/12/74 WH
-C
-#if defined(CERNLIB_INTDOUBL)
-      DOUBLE PRECISION SUM
-#endif
-      DIMENSION A(*),S(*),B(*)
-C
-      IB = 0
-      INDS = 0
-      I = 0
-C
-    5 INDS = INDS + I
-      IA = 0
-      IB = I + 1
-C
-      DO 40 J=1,M
-      IS = INDS
-      SUM = 0.
-      K = 0
-C
-   10 IF (K.GT.I)             GO TO 20
-      IS = IS + 1
-        GO  TO                30
-   20 IS = IS + K
-   30 IA = IA + 1
-      SUM = SUM + A(IA)*S(IS)
-      K = K + 1
-      IF (K.LT.N)             GO TO 10
-C
-      B(IB) = SUM
-   40 IB = IB + N
-      I = I + 1
-      IF (I.LT.N)             GO TO 5
-C
-      RETURN
-      END