File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,8 @@ OpenModelica-GUI/
3737├── .github/ # GitHub-related files (workflows, issue templates, etc.)
3838├── .venv/ # Python virtual environment directory (optional)
3939├── .vscode/ # VS Code configuration directory (settings, launch configurations, etc.)
40- ├── assessts/
41- └── banner.png # Banner image used in the GUI application
42- └── icons8-mechanical-64.png # Application logo displayed on the window
40+ ├── assessts/ # application banner and icon files
41+ ├── logs/ # log of changes in application/repository
4342├── NonInteractingTanks/ # Directory containing the Tank and Tank2 Modelica files
4443├── NonInteractingTanks.TwoConnectedTanks/ # Directory for the compiled executable and dependencies
4544├── main.py # Main Python script for running the GUI application
You can’t perform that action at this time.
0 commit comments