From 3d75fd3411ce462b7a944a5b160aea440d48e2d9 Mon Sep 17 00:00:00 2001 From: sbosse Date: Wed, 28 Aug 2024 21:59:54 +0200 Subject: [PATCH] Wed 28 Aug 21:59:54 CEST 2024 --- build/proj.mlp | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 build/proj.mlp diff --git a/build/proj.mlp b/build/proj.mlp new file mode 100644 index 0000000..0fee6d5 --- /dev/null +++ b/build/proj.mlp @@ -0,0 +1,59 @@ +FILES: + + +--- CORE --- + +@ + core/boundary.py +@ + core/constants.py +@ + core/checkSimulation.py +@ + core/inspectionMethods.py +@ + core/inspectionSetup.py +@ + core/receivers.py +@ + core/scenario.py +@ + core/signal.py +@ + core/simulation.py +@ + core/transducer.py + +--- ENGINE --- + +@ + engine/efit2d.py +@ + engine/engineBase.py + +--- GUI --- +@ + gui/boundarySetupController.py +@ + gui/checkSimulationController.py +@ + gui/constants.py +@ + gui/engineController.py +@ + gui/managerDialogsController.py +@ + gui/materialLibraryController.py +@ + gui/materialSetupController.py +@ + gui/MainWindow.py +@ + gui/newScenarioController.py +@ + gui/runSimulationController.py +@ + gui/singleLaunchSetupController.py +@ + gui/signalSetupController.py +@ + gui/snapshots.py +@ + gui/treeWidget.py + +--- UI --- +@ + gui/ui_simulationsetup.py +@ + gui/ui_advancedsimulationsetup.py +@ + gui/ui_newscenario.py +@ + gui/ui_runsimulation.py +@ + gui/ui_singlelaunchsetup.py + +@ bug-report + + +PROJECT: + PROJ_PATH $HOME/proj/SimNDT/ + SRC_PATH $PROJ_PATH/src/SimNDT + +COMMANDS: + OPEN ALL + CLOSE ALL + BUILD ALL + BUILD CLEAN + BUILD INSTALL + BUILD VERSION +