Skip to content

Commit

Permalink
Fix unexpected missing fgrounds_init when enabled area_monthly_closur…
Browse files Browse the repository at this point in the history
…e Option
  • Loading branch information
frabas committed Jan 9, 2023
1 parent f96a48f commit 96208f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/Vessel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ void Vessel::set_spe_freq_fground(int index, double _fground)

void Vessel::set_spe_freq_fgrounds_init (const vector<double> &_freq_fgrounds_init)
{
freq_fgrounds=_freq_fgrounds_init;
freq_fgrounds_init=_freq_fgrounds_init;
}


Expand Down

0 comments on commit 96208f6

Please sign in to comment.