mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-04-11 05:35:45 +00:00
fixed some formatting for spectral lines
This commit is contained in:
parent
a7cfccc71e
commit
83dcad1348
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
namespace agn {
|
namespace agn {
|
||||||
|
|
||||||
const bool debug = true;
|
const bool debug = false;
|
||||||
|
|
||||||
// General constants
|
// General constants
|
||||||
const double PI=3.14159265358979323846;
|
const double PI=3.14159265358979323846;
|
||||||
|
@ -198,7 +198,7 @@ agn::line_list agn::read_line_list(std::ifstream& inputfile) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
list.push_back(label);
|
list.push_back(label);
|
||||||
list.push_back(std::string("Inwd ").append(applabel));
|
list.push_back(std::string("Inwd").append(applabel));
|
||||||
}
|
}
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user