mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-04-17 18:45:45 +00:00
Merge branch 'master' of github.com:othocaes/cloudy-agn
This commit is contained in:
commit
ebb0deb063
@ -249,7 +249,7 @@ std::list<agn::eqwidth_table> agn::compile_eqwidth_tables(agn::cloudy_grid grid,
|
|||||||
else {
|
else {
|
||||||
data = result_it->second.emergent_line_intensity[label];
|
data = result_it->second.emergent_line_intensity[label];
|
||||||
data.eq_width /= scale_factor;
|
data.eq_width /= scale_factor;
|
||||||
if(agn::debug) std::cout
|
if(agn::line_debug) std::cout
|
||||||
<< "Added "
|
<< "Added "
|
||||||
<< std::setprecision(2)
|
<< std::setprecision(2)
|
||||||
<< std::fixed
|
<< std::fixed
|
||||||
|
Loading…
Reference in New Issue
Block a user