We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6073151 commit 609e518Copy full SHA for 609e518
src/mir/repres/regular/PolarStereographic.cc
@@ -97,8 +97,8 @@ void PolarStereographic::fillJob(api::MIRJob& job) const {
97
<< "LaDInDegrees=" << LaDInDegrees_ << ";"
98
<< "orientationOfTheGridInDegrees=" << orientationOfTheGridInDegrees_ << ";"
99
<< "southPoleOnProjectionPlane=" << (southPoleOnProjectionPlane_ ? "1" : "0") << ";"
100
- << "Ni=" << x()->size() << ";"
101
- << "Nj=" << y()->size() << ";"
+ << "Ni=" << x().size() << ";"
+ << "Nj=" << y().size() << ";"
102
<< "grid=" << std::abs(x().step()) << "/" << std::abs(y().step()) << ";"
103
<< "latitudeOfFirstGridPointInDegrees=" << firstLL[LLCOORDS::LAT] << ";"
104
<< "longitudeOfFirstGridPointInDegrees=" << firstLL[LLCOORDS::LON];
0 commit comments