Skip to content

Commit

Permalink
fixed a bug in calculating nbfr, thanks to Yicheng
Browse files Browse the repository at this point in the history
  • Loading branch information
cuill committed Nov 6, 2023
1 parent 06703b9 commit b935943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyschism/forcing/bctides/bctides.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,5 +274,5 @@ def ntip(self):

@property
def nbfr(self):
return len(self.tides.get_active_potential_constituents())
return len(self.tides.get_active_forcing_constituents())

0 comments on commit b935943

Please sign in to comment.