mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 02:15:09 +00:00
uhm, not sure what happened to the headers. Crossing fingers...
This commit is contained in:
parent
a7cfccc71e
commit
ee2fe8384b
@ -17,7 +17,7 @@
|
||||
|
||||
namespace agn {
|
||||
|
||||
const bool debug = true;
|
||||
const bool debug = false;
|
||||
|
||||
// General constants
|
||||
const double PI=3.14159265358979323846;
|
||||
|
@ -198,7 +198,7 @@ agn::line_list agn::read_line_list(std::ifstream& inputfile) {
|
||||
continue;
|
||||
}
|
||||
list.push_back(label);
|
||||
list.push_back(std::string("Inwd ").append(applabel));
|
||||
list.push_back(std::string("Inwd").append(applabel));
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user