Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mari2895 committed Feb 12, 2024
1 parent 4da61a3 commit 1be3798
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions singularity-eos/eos/eos_stellar_collapse.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,11 @@ class StellarCollapse : public EosBase<StellarCollapse> {
DataBox Xp_; // mass fraction of protons
DataBox Abar_; // Average atomic mass
DataBox Zbar_; // Average atomic number
DataBox mu_e_; // chemical potential of electrons
DataBox mu_n_; // chemical potential of neutrons
DataBox mu_p_; // chemical potential of protons
DataBox muhat_; // mu_n-mu_p
DataBox munu_; // chemical potential of neutrinos
DataBox mu_e_; // chemical potential of electrons
DataBox mu_n_; // chemical potential of neutrons
DataBox mu_p_; // chemical potential of protons
DataBox muhat_; // mu_n-mu_p
DataBox munu_; // chemical potential of neutrinos
// Spiner::DataBox gamma_; // polytropic index. dlog(P)/dlog(rho).
// dTdRho_, dTdE_, dEdRho_, dEdT_;

Expand Down

0 comments on commit 1be3798

Please sign in to comment.