mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Remove forced nfreq=144 in astro.cpp.
This commit is contained in:
		
							parent
							
								
									51eb142f4c
								
							
						
					
					
						commit
						f216648c05
					
				@ -63,7 +63,7 @@ void Astro::astroUpdate(QDateTime t, QString mygrid, QString hisgrid,
 | 
				
			|||||||
  int isec=sec;
 | 
					  int isec=sec;
 | 
				
			||||||
  double uth=nhr + nmin/60.0 + sec/3600.0;
 | 
					  double uth=nhr + nmin/60.0 + sec/3600.0;
 | 
				
			||||||
  int nfreq=(int)datcom_.fcenter;
 | 
					  int nfreq=(int)datcom_.fcenter;
 | 
				
			||||||
  if(nfreq<10 or nfreq > 50000) nfreq=144;
 | 
					//  if(nfreq<10 or nfreq > 50000) nfreq=144;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  astrosub_(&nyear, &month, &nday, &uth, &nfreq, mygrid.toLatin1(),
 | 
					  astrosub_(&nyear, &month, &nday, &uth, &nfreq, mygrid.toLatin1(),
 | 
				
			||||||
            hisgrid.toLatin1(), &azsun, &elsun, &azmoon, &elmoon,
 | 
					            hisgrid.toLatin1(), &azsun, &elsun, &azmoon, &elmoon,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user