mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Fix ignored value
This commit is contained in:
		| @@ -184,7 +184,7 @@ double Gnss_Ephemeris::sv_clock_relativistic_term(double transmitTime) const | |||||||
|         { |         { | ||||||
|             n0 = sqrt(GALILEO_GM / (a * a * a)); |             n0 = sqrt(GALILEO_GM / (a * a * a)); | ||||||
|         } |         } | ||||||
|     if (this->System == 'E') |     else if (this->System == 'E') | ||||||
|         { |         { | ||||||
|             n0 = sqrt(BEIDOU_GM / (a * a * a)); |             n0 = sqrt(BEIDOU_GM / (a * a * a)); | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez