Skip to content

Commit

Permalink
Merge pull request #458 from ut-issl/feature/remove-warnings-in-geopo…
Browse files Browse the repository at this point in the history
…tential

Remove warnings in geopotential
  • Loading branch information
200km committed Jul 18, 2023
2 parents bbfc485 + 6b2f1a5 commit 564f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disturbances/geopotential.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Geopotential : public Disturbance {
* @fn Geopotential
* @brief Copy Constructor
*/
Geopotential(const Geopotential &obj) {
Geopotential(const Geopotential &obj) : Disturbance(obj) {
geopotential_ = obj.geopotential_;
degree_ = obj.degree_;
c_ = obj.c_;
Expand Down

0 comments on commit 564f17b

Please sign in to comment.