]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Move NLTProjectale class from GeoRnrEl to GeoShapeRnrEl.
authoralja <alja@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Nov 2007 21:22:50 +0000 (21:22 +0000)
committeralja <alja@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Nov 2007 21:22:50 +0000 (21:22 +0000)
EVE/Reve/NLTPolygonSet.cxx

index 8aacfae2703aa77317883ce96064ffa993f7dcd2..d9e04b994b5915cc8165579a12bc9a0ff114ea92 100644 (file)
@@ -71,7 +71,7 @@ void NLTPolygonSet::ClearPolygonSet()
 void NLTPolygonSet::SetProjection(NLTProjector* proj, NLTProjectable* model)
 {
   NLTProjected::SetProjection(proj, model);
-  GeoRnrEl* gre = dynamic_cast<GeoRnrEl*>(model);
+  GeoShapeRnrEl* gre = dynamic_cast<GeoShapeRnrEl*>(model);
 
   fBuff = gre->MakeBuffer3D();
   if(fBuff)