]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correction in method name.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 11 Jul 2002 07:35:34 +0000 (07:35 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 11 Jul 2002 07:35:34 +0000 (07:35 +0000)
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()