Skip to content

Commit

Permalink
Merge branch 'master' into lag_comp_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Dexter committed Oct 23, 2023
2 parents ab22e77 + 4f79f84 commit 8ee5ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Modified_data/SpaceFOM/SpaceFOMFederateConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ def set_root_frame( self, root_frame ):

def set_FOMs_path( self, FOMs_path ):

# You can only initialize once.
if self.initialized :
print('SpaceFOMFederateConfig.set_FOMs_path(): Warning, already initialized! Ignoring!')
return

for item in self.fom_modules:
if item.find('SISO_SpaceFOM_switches.xml') != -1:
indx = self.fom_modules.index( item )
Expand Down

0 comments on commit 8ee5ba5

Please sign in to comment.