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