From bed64849e6dc9b3fbb55d0d9a223d16700409d4c Mon Sep 17 00:00:00 2001 From: morsch Date: Tue, 16 Jul 2002 17:03:18 +0000 Subject: [PATCH] AliMCGeomtype: return correct type. --- TFluka/TFluka.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TFluka/TFluka.h b/TFluka/TFluka.h index 24576057b8b..aed0773368f 100644 --- a/TFluka/TFluka.h +++ b/TFluka/TFluka.h @@ -243,7 +243,7 @@ class TFluka : public AliMC // ---------------------------------------------- // virtual AliMCGeomType GetMCGeomType() const - {printf("AliMCGeomType not yet implemented !\n"); return 0;} + {printf("AliMCGeomType not yet implemented !\n"); return kFluka;} // // Geant3 specific methods -- 2.43.0