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 +