Skip to content

Commit

Permalink
Bugfix #2380 main_v11.0 override (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway authored Jan 17, 2023
1 parent 5530c86 commit 6cb0ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcode/vx_seeps/seeps.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class SeepsClimo : public SeepsClimoBase {
SeepsClimo();
~SeepsClimo();

void clear() override;
void clear();
SeepsRecord *get_record(int sid, int month, int hour);
double get_score(int sid, double p_fcst, double p_obs, int month, int hour);
SeepsScore *get_seeps_score(int sid, double p_fcst, double p_obs, int month, int hour);
Expand Down Expand Up @@ -221,7 +221,7 @@ class SeepsClimoGrid : public SeepsClimoBase {
SeepsClimoGrid(int month, int hour);
~SeepsClimoGrid();

void clear() override;
void clear();
SeepsScore *get_record(int ix, int iy, double p_fcst, double p_obs);
double get_score(int offset, int obs_cat, int fcst_cat);
double get_score(int ix, int iy, double p_fcst, double p_obs);
Expand Down

0 comments on commit 6cb0ef4

Please sign in to comment.