Skip to content

Commit

Permalink
Fix missed removal of generalization for top level order
Browse files Browse the repository at this point in the history
  • Loading branch information
Toddelismyname committed Feb 1, 2025
1 parent 198392d commit cecf1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format_precice_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, stream=sys.stdout, indent=' ', maxwidth=100, maxgrouplevel=1
'mesh',
'participant',
'm2n:sockets',
'coupling-scheme:parallel-implicit'
'coupling-scheme:'
]

def print(self, text='', end='\n'):
Expand Down

0 comments on commit cecf1f0

Please sign in to comment.