Skip to content

Commit

Permalink
fix a typo in changing directories in DeepCopy
Browse files Browse the repository at this point in the history
problem and solution reported by Julia Yarba
  • Loading branch information
iambriantice committed Oct 28, 2014
1 parent 5157692 commit 4823652
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PlotUtils/MUH1D.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ bool MUH1D::AddVertErrorBand( const std::string& name, const int nhists /* = -1
//change to this's directory so children are in the same place
const TString oldDir = gDirectory->GetPath();
this->GetDirectory()->cd();
gDirectory->cd(oldDir);

// non-positive nhists means you want to use the VertErrorBand's default
if( nhists > 0 )
Expand Down

0 comments on commit 4823652

Please sign in to comment.