Skip to content

Commit

Permalink
topo: fix ~cTopoObsSetStation()
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmuller committed Feb 21, 2024
1 parent b05281e commit 24487a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMVII/src/Topo/ctopoobsset.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class cTopoObsSetStation : public cTopoObsSet
{
friend cTopoObsSet * make_TopoObsSet<cTopoObsSetStation>(cBA_Topo *aBA_Topo);
public:
//virtual ~cTopoObsSetStation() override {std::cout<<"delete set station "<<mOriginName<<std::endl;}
virtual ~cTopoObsSetStation() override {}
virtual void PutUknowsInSetInterval() override ; ///< describes its unknowns
void AddToSys(cSetInterUK_MultipeObj<tREAL8> & aSet) override;
void OnUpdate() override; ///< "reaction" after linear update, eventually update inversion
Expand Down

0 comments on commit 24487a1

Please sign in to comment.