]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGausCorr.cxx
Removing warnings on alphacxx6
[u/mrichter/AliRoot.git] / STEER / AliGausCorr.cxx
index a269644ebe83d3d7f44a8d620fdbdc3f23926782..f1813de4a687e78be490b9e3b83ca154cc8871e1 100644 (file)
@@ -133,6 +133,7 @@ void AliGausCorr::PrintCv() const
 //_______________________________________________________________________
 AliGausCorr & AliGausCorr::operator=(const AliGausCorr & tgcorr)
 {
+  // Assignment operator
   if(&tgcorr != this && tgcorr.fSize!=fSize){
     if(fCv)delete fCv;
     fSize = tgcorr.fSize;