From 7fe5b00860f4b451df7bd7dbd99dc6a35e00f808 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 26 Jun 2019 21:35:46 +0200 Subject: [PATCH] FEM: gui, commands, typo the second one :-) --- 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 99bac04158..a0f515fbff 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 failsave, 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 failsafe, 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