FEM: Move _CommandPurgeFemResults class to separate file

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-10-09 20:02:07 +01:00
committed by wmayer
parent 039b632758
commit 7a0c300aa3
5 changed files with 38 additions and 28 deletions

View File

@@ -105,6 +105,7 @@ void FemGuiExport initFemGui()
Base::Interpreter().loadModule("_CommandMechanicalShowResult");
Base::Interpreter().loadModule("_CommandFrequencyAnalysis");
Base::Interpreter().loadModule("_CommandQuickAnalysis");
Base::Interpreter().loadModule("_CommandPurgeFemResults");
Base::Interpreter().loadModule("MechanicalAnalysis");
Base::Interpreter().loadModule("MechanicalMaterial");
Base::Interpreter().loadModule("FemBeamSection");