Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2023
1 parent 705fcca commit 576779a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/AxionPlotResonances.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ int AxionPlotResonances() {
int n_ma = 100000;
int vacio = 1; // 1 if you want to include the vacuum probability, 0 if not
std::string gasName = "He";
std::pair<std::vector<double>, std::vector<double>> pair = ax->GetMassDensityScanning(gasName,ma_max,Ea);
std::pair<std::vector<double>, std::vector<double>> pair =
ax->GetMassDensityScanning(gasName, ma_max, Ea);
std::vector<double> photonMass = pair.first;
std::vector<double> density = pair.second;
std::vector<double> m_a;
Expand Down

0 comments on commit 576779a

Please sign in to comment.