mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Move default constructor to header file
This commit is contained in:
		| @@ -36,11 +36,6 @@ | |||||||
| #include <stdexcept> | #include <stdexcept> | ||||||
|  |  | ||||||
|  |  | ||||||
| Ls_Pvt::Ls_Pvt() |  | ||||||
| { |  | ||||||
| } |  | ||||||
|  |  | ||||||
|  |  | ||||||
| arma::vec Ls_Pvt::bancroftPos(const arma::mat& satpos, const arma::vec& obs) | arma::vec Ls_Pvt::bancroftPos(const arma::mat& satpos, const arma::vec& obs) | ||||||
| { | { | ||||||
|     // BANCROFT Calculation of preliminary coordinates for a GPS receiver based on pseudoranges |     // BANCROFT Calculation of preliminary coordinates for a GPS receiver based on pseudoranges | ||||||
|   | |||||||
| @@ -42,7 +42,7 @@ | |||||||
| class Ls_Pvt : public Pvt_Solution | class Ls_Pvt : public Pvt_Solution | ||||||
| { | { | ||||||
| public: | public: | ||||||
|     Ls_Pvt(); |     Ls_Pvt() = default; | ||||||
|  |  | ||||||
|     /*! |     /*! | ||||||
|      * \brief Computes the initial position solution based on the Bancroft algorithm |      * \brief Computes the initial position solution based on the Bancroft algorithm | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez