Commit 5bcaba11 authored by Giuseppe Carboni's avatar Giuseppe Carboni
Browse files

Fixed a typo

parent 92810f62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ void CRefractionCore::getCorrection(double obsZenithDistance,double waveLen, dou
		double tlr = 0.0065;
		double eps = 1e-8;

		slaRefro(obsZenithDistance, hm, tdk, m_pressure, m_humidity, wl, phi, tlr, eps, *corZenithDistance);
		slaRefro(obsZenithDistance, hm, tdk, m_pressure, m_humidity, wl, phi, tlr, eps, &corZenithDistance);
	}
	else corZenithDistance = 0.0;
}