FEM: Move _CommandQuickAnalysis class to separate file

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-10-09 19:54:05 +01:00
committed by wmayer
parent fc12db7b26
commit 039b632758
5 changed files with 50 additions and 38 deletions

View File

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