]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MINICERN/mathlib/gen/a/gconjg.F
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / a / gconjg.F
diff --git a/MINICERN/mathlib/gen/a/gconjg.F b/MINICERN/mathlib/gen/a/gconjg.F
deleted file mode 100644 (file)
index 417d54c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.1.1.1  1996/04/01 15:03:29  mclareni
-* Mathlib gen
-*
-*
-#include "gen/pilot.h"
-#if (defined(CERNLIB_QF2C))&&(!defined(CERNLIB_LINUX))
-      SUBROUTINE GCONJG(A,Z)
-      DOUBLE PRECISION Z(2),A(2)
-      A(1)=Z(1)
-      A(2)=-Z(2)
-      RETURN
-      END
-#endif