From: alja Date: Mon, 19 Nov 2007 18:48:41 +0000 (+0000) Subject: Rename class RhoZ and CircularFishEye to NLTRhoZ and NLTCircularFishEye. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=7cbdc78dbde732af58da7527134bd619ccbdf109 Rename class RhoZ and CircularFishEye to NLTRhoZ and NLTCircularFishEye. --- diff --git a/EVE/Reve/LinkDef.h b/EVE/Reve/LinkDef.h index 72445c49fa5..6c0894e03c2 100644 --- a/EVE/Reve/LinkDef.h +++ b/EVE/Reve/LinkDef.h @@ -127,8 +127,8 @@ #pragma link C++ class Reve::NLTProjectable+; #pragma link C++ class Reve::NLTProjected+; #pragma link C++ class Reve::NLTProjection+; -#pragma link C++ class Reve::RhoZ+; -#pragma link C++ class Reve::CircularFishEye+; +#pragma link C++ class Reve::NLTRhoZ+; +#pragma link C++ class Reve::NLTCircularFishEye+; #pragma link C++ class Reve::NLTProjector+; #pragma link C++ class Reve::NLTProjectorEditor+;