mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 02:05:07 +00:00
update
This commit is contained in:
parent
a6e56ce492
commit
85a93a987d
@ -166,10 +166,10 @@ std::ostream& agn::operator<< (std::ostream& outstream, cloudy_result output) {
|
||||
return outstream;
|
||||
}
|
||||
|
||||
std::ifstream& operator>> (std::ifstream& inputfile,agn::cloudy_grid& grid) {
|
||||
grid = agn::read_cloudy_grid(inputfile);
|
||||
return inputfile;
|
||||
}
|
||||
//std::ifstream& operator>> (std::ifstream& inputfile,agn::cloudy_grid& grid) {
|
||||
// grid = agn::read_cloudy_grid(inputfile);
|
||||
// return inputfile;
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user