FEM: typo

This commit is contained in:
Bernd Hahnebach
2020-03-06 17:45:27 +01:00
parent 89d79dbbf0
commit 49049ddc02

View File

@@ -1668,7 +1668,7 @@ void CreateFemCommands(void)
Gui::CommandManager &rcCmdMgr = Gui::Application::Instance->commandManager();
// part, analysis, solver
//rcCmdMgr.addCommand(new CmdFemAddPart()); // not implemented as GUI menue or click icon
//rcCmdMgr.addCommand(new CmdFemAddPart()); // not implemented as GUI menu or click icon
//rcCmdMgr.addCommand(new CmdFemCreateAnalysis()); // Analysis is created in python
//rcCmdMgr.addCommand(new CmdFemCreateSolver()); // Solver will be extended and created in python