mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 02:15:09 +00:00
update
This commit is contained in:
parent
a357dafb64
commit
5419616338
@ -74,7 +74,7 @@ struct cloudy_result {
|
||||
typedef std::map<coord2d,cloudy_result> cloudy_grid;
|
||||
|
||||
// Easiest to read the entire grid from the file at once.
|
||||
cloudy_grid read_cloudy_grid(std::ifstream&);
|
||||
cloudy_grid read_cloudy_grid(std::ifstream&,line_list);
|
||||
|
||||
// Operator<< prints general info about the run result.
|
||||
std::ostream& operator<< (std::ostream&, cloudy_result);
|
||||
|
Loading…
Reference in New Issue
Block a user