]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MINICERN/packlib/kernlib/kerngen/tcgens/irtdgs/ie3fos.F
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgens / irtdgs / ie3fos.F
diff --git a/MINICERN/packlib/kernlib/kerngen/tcgens/irtdgs/ie3fos.F b/MINICERN/packlib/kernlib/kerngen/tcgens/irtdgs/ie3fos.F
deleted file mode 100644 (file)
index 80c6c28..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.1.1.1  1996/02/15 17:50:22  mclareni
-* Kernlib
-*
-*
-@PROCESS AUTODBL(NONE)
-         SUBROUTINE IE3FOS(VINT,VIEEE,NV,JCODE)
-         DOUBLE PRECISION VINT(NV)
-         REAL VIEEE(2*NV)
-         DO I=1,NV
-          I2 = 2*I - 1
-          VIEEE(I2) = SNGL(VINT(I))
-         ENDDO
-         END