mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-04-05 03:55:45 +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;
|
return outstream;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ifstream& operator>> (std::ifstream& inputfile,agn::cloudy_grid& grid) {
|
//std::ifstream& operator>> (std::ifstream& inputfile,agn::cloudy_grid& grid) {
|
||||||
grid = agn::read_cloudy_grid(inputfile);
|
// grid = agn::read_cloudy_grid(inputfile);
|
||||||
return inputfile;
|
// return inputfile;
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user