]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/TFluka.h
Correction in method name.
[u/mrichter/AliRoot.git] / TFluka / TFluka.h
index d3c0d85eae57deb170e3caf010a2e4362283eb0e..7d9f3d69f9550100222ed9d53c0eeb592212c5f5 100644 (file)
@@ -242,7 +242,7 @@ class TFluka : public AliMC
     // other (then geometry/step/run management) methods
     // ----------------------------------------------
     //
-    virtual AliMCGeomType GetAliMCGeomType() const
+    virtual AliMCGeomType GetMCGeomType() const
        {printf("AliMCGeomType not yet implemented !\n"); return 0;}
     
     //
@@ -277,7 +277,9 @@ class TFluka : public AliMC
   // Control Methods
 
   virtual void Init()
-      {printf("Init not yet implemented !\n");}
+      {printf("Init not yet implemented !\n");
+      }
+  
   virtual void FinishGeometry()
       {printf("FinishGeometry not yet implemented !\n");}
   virtual void BuildPhysics()