Skip to content

Commit

Permalink
Add missing initialization of Galileo FNAV file handler
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreHauschild committed Apr 11, 2024
1 parent d152c0f commit 92e75bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cssrlib/rawnav.py
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,8 @@ def init_param(self, opt: rcvOpt, prefix=''):
self.fh_galinav = open(prefix+self.file_galinav, mode='w')
if opt.flg_galfnav:
self.flg_galfnav = True
self.file_galfnav = "galfnav.txt"
self.fh_galfnav = open(prefix+self.file_galfnav, mode='w')
if opt.flg_bdsb1c:
self.flg_bdsb1c = True
if opt.flg_bdsb2a:
Expand Down

0 comments on commit 92e75bb

Please sign in to comment.