]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MINICERN/packlib/zebra/fq/fzcvdvmi.inc
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MINICERN / packlib / zebra / fq / fzcvdvmi.inc
diff --git a/MINICERN/packlib/zebra/fq/fzcvdvmi.inc b/MINICERN/packlib/zebra/fq/fzcvdvmi.inc
deleted file mode 100644 (file)
index 67464a8..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.1.1.1  1996/03/06 10:47:11  mclareni
-* Zebra
-*
-*
-*   swop halves of double precision numbers
-*
-* fzcvdvmi.inc
-*
-#if defined(CERNLIB_QMVMI)
-C--       VMI : exchange left and right half of each d/p number
-      DO 449  JL=1,NDPN
-      MT(JMT+1) = MS(JMS+2)
-      MT(JMT+2) = MS(JMS+1)
-      JMT = JMT + 2
-  449 JMS = JMS + 2
-#endif