This commit is contained in:
caes 2017-06-22 22:46:01 -04:00
parent 5419616338
commit a6e56ce492

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&,line_list);
cloudy_grid read_cloudy_grid(std::ifstream&,agn::line_list);
// Operator<< prints general info about the run result.
std::ostream& operator<< (std::ostream&, cloudy_result);