1
0
mirror of https://asciireactor.com/otho/cloudy-agn.git synced 2025-04-08 22:05:46 +00:00
This commit is contained in:
caes 2017-06-22 22:44:13 -04:00
parent a357dafb64
commit 5419616338

View File

@ -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);