Skip to content

Commit

Permalink
Update RiceStyle.h to include common_bench
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 10, 2024
1 parent 6024dd5 commit 823a408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmarks/u_rho/macros/RiceStyle.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
#include "TMatrixD.h"
#include "TArrow.h"

#include "common_bench/benchmark.h"

void RiceStyle(){

std::cout << "Welcome to Rice Heavy Ion group!! " << std::endl;
Expand Down Expand Up @@ -681,4 +683,4 @@ void drawBoxTGraphDiff(TGraphErrors* gr1, TGraphErrors* gr2, int bins, double sy
}

}


0 comments on commit 823a408

Please sign in to comment.