]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/Fltclcm.h
Code is distributed via fluka_vmc
[u/mrichter/AliRoot.git] / TFluka / Fltclcm.h
diff --git a/TFluka/Fltclcm.h b/TFluka/Fltclcm.h
deleted file mode 100644 (file)
index 18a9fa6..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-#ifndef FLTCLCM_H
-#define FLTCLCM_H 1
-
-#include "cfortran.h"
-#include "Rtypes.h"
-
-extern "C" {
-//*$ create ltclcm.add
-//*copy ltclcm
-//*
-//*=== ltclcm ===========================================================*
-//*
-//*----------------------------------------------------------------------*
-//*                                                                      *
-//*     lattice cell common:                                             *
-//*                                                                      *
-//*     created on 09 december 1993  by    alfredo ferrari & paola sala  *
-//*                                                   infn - milan       *
-//*                                                                      *
-//*     last change on 10-dec-93     by    alfredo ferrari               *
-//*                                                                      *
-//*                                                                      *
-//*----------------------------------------------------------------------*
-//*
-
-typedef struct {
-   Int_t    mlattc;
-   Int_t    newlat;
-   Int_t    mlatld;
-   Int_t    mlatm1;
-   Int_t    mltsen;
-   Int_t    mltsm1;
-} ltclcmCommon;
-#define LTCLCM COMMON_BLOCK(LTCLCM,ltclcm)
-COMMON_BLOCK_DEF(ltclcmCommon,LTCLCM);
-}
-
-#endif