Skip to content

Commit

Permalink
Update comment about the expected format in table_rates.H
Browse files Browse the repository at this point in the history
Now includes the correct variables and units from pynucastro#297.
  • Loading branch information
yut23 committed Jun 20, 2023
1 parent fe1e819 commit 6c164d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ void init_tabular();
// Table energy units are expected in terms of ergs

// all tables are expected to have columns:
// Log(rhoY) Log(T) dQ Vs mu e-cap-rate nu-energy-loss gamma-energy
// (MeV) (MeV) (MeV) (1/s) (MeV/s) (MeV/s)
// rhoY T mu dQ Vs e-cap-rate nu-energy-loss gamma-energy
// g/cm^3 K erg erg erg 1/s erg/s erg/s
//

const int num_tables = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ void init_tabular();
// Table energy units are expected in terms of ergs

// all tables are expected to have columns:
// Log(rhoY) Log(T) dQ Vs mu e-cap-rate nu-energy-loss gamma-energy
// (MeV) (MeV) (MeV) (1/s) (MeV/s) (MeV/s)
// rhoY T mu dQ Vs e-cap-rate nu-energy-loss gamma-energy
// g/cm^3 K erg erg erg 1/s erg/s erg/s
//

const int num_tables = 2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ void init_tabular();
// Table energy units are expected in terms of ergs

// all tables are expected to have columns:
// Log(rhoY) Log(T) dQ Vs mu e-cap-rate nu-energy-loss gamma-energy
// (MeV) (MeV) (MeV) (1/s) (MeV/s) (MeV/s)
// rhoY T mu dQ Vs e-cap-rate nu-energy-loss gamma-energy
// g/cm^3 K erg erg erg 1/s erg/s erg/s
//

<table_num>(0)
Expand Down

0 comments on commit 6c164d8

Please sign in to comment.