mirror of
				https://asciireactor.com/otho/cloudy-agn.git
				synced 2025-11-04 11:38:03 +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;
 | 
					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&);
 | 
					cloudy_grid read_cloudy_grid(std::ifstream&,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