]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removed erroneous typeneme
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Jan 2002 18:15:32 +0000 (18:15 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Jan 2002 18:15:32 +0000 (18:15 +0000)
AliGeant4/AliLVStructure.cxx

index 1187b2ec9c41f6ac566f734387c6a0cdd82f0425..1f7d14fbd0ed41a19ba51f7e3a05649e52456272 100644 (file)
@@ -141,7 +141,7 @@ void AliLVStructure::ClearAndDestroy(LVStructuresVector* structures)
          tmp.insert(current);
     }
     
-  typename G4std::set<AliLVStructure*, G4std::greater<AliLVStructure*> >::iterator it;
+  G4std::set<AliLVStructure*, G4std::greater<AliLVStructure*> >::iterator it;
   for (it=tmp.begin(); it!=tmp.end(); it++)
     {
       delete *it;
@@ -178,7 +178,7 @@ void AliLVStructure::AddNewVolume(G4LogicalVolume* lv,
     // the logical volumes should be kept in this directory.
     G4LogicalVolume* targetLV = GetVolume(lv->GetName());
     if (targetLV != 0) {
-      // G4cout << lv->GetName() << " had already stored in "
+      // G4cout << lv->GetName() << " has been already stored in "
       //        << fPathName << G4endl;
     }
     else {