Skip to content

Refactor the ogs main function (new classes CommandLineArgumentParser and Simulation)

Tom Fischer requested to merge TomFischer/ogs:RefactorOgsMainFunction into master

The MR makes the main function more readable. The two classes CommandLineArgumentParser and Simulation were extracted from the main function.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added? - There aren't any new features, only restructuring.
  3. Any new feature or behavior change was documented? - This are internal changes that aren't visible for the ogs user.

Merge request reports