From 9336302858da26db4d5f7ab5eda2935ea9809ff3 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 25 Jun 2019 14:02:12 +0200 Subject: [PATCH] FEM: gui commands, typo in comment --- src/Mod/Fem/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/Gui/Command.cpp b/src/Mod/Fem/Gui/Command.cpp index f73f9f47da..99bac04158 100644 --- a/src/Mod/Fem/Gui/Command.cpp +++ b/src/Mod/Fem/Gui/Command.cpp @@ -1330,7 +1330,7 @@ void CmdFemPostLinearizedStressesFilter::activated(int) || (FieldName == "Major Principal Stress") || (FieldName == "Intermediate Principal Stress") || (FieldName == "Minor Principal Stress") - // names need to match with names in FemVTKTools.cpp, this is not fail save, but ATM there is no better way for test on a stress result in vtk pipeline + // names need to match with names in FemVTKTools.cpp, this is not failsave, but ATM there is no better way for test on a stress result in vtk pipeline ){ // TODO FIXME only works if the data along the line object has the name DataAlongLine // we should get the selected data along the line object