Skip to content

Commit 96208f6

Browse files
committed
Fix unexpected missing fgrounds_init when enabled area_monthly_closure Option
1 parent f96a48f commit 96208f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/Vessel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ void Vessel::set_spe_freq_fground(int index, double _fground)
16011601

16021602
void Vessel::set_spe_freq_fgrounds_init (const vector<double> &_freq_fgrounds_init)
16031603
{
1604-
freq_fgrounds=_freq_fgrounds_init;
1604+
freq_fgrounds_init=_freq_fgrounds_init;
16051605
}
16061606

16071607

0 commit comments

Comments
 (0)