Skip to content

Commit

Permalink
Merge pull request #19987 from ianna/val-mat-budget-fix
Browse files Browse the repository at this point in the history
Fix Material Budget Errors
  • Loading branch information
cmsbuild committed Aug 1, 2017
2 parents 85d393c + 1970173 commit 1b89497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Validation/Geometry/test/TrackerMaterialBudgetComparison.C
Expand Up @@ -52,8 +52,8 @@ TProfile* prof_x0_str_ELE_new;
TProfile* prof_x0_str_OTH_new;
TProfile* prof_x0_str_AIR_new;

TProfile* prof2d_x0_det_total_old;
TProfile* prof2d_x0_det_total_new;
TProfile2D* prof2d_x0_det_total_old;
TProfile2D* prof2d_x0_det_total_new;

//
unsigned int iFirst = 1;
Expand Down

0 comments on commit 1b89497

Please sign in to comment.