FEM: typo, @luzpaz, I can't hardly belive there are still typos, but there are :-)

This commit is contained in:
Bernd Hahnebach
2018-03-12 22:26:12 +01:00
parent 2c2d781aa6
commit 5d87ee460a

View File

@@ -70,13 +70,13 @@ void ViewProviderFemPostPipeline::updateData(const App::Property* prop) {
void ViewProviderFemPostPipeline::updateFunctionSize() {
//we need to get the bounding box and set the function provider size
//we need to get the bounding box and set the function provider size
Fem::FemPostPipeline* obj = static_cast<Fem::FemPostPipeline*>(getObject());
if(!obj->Functions.getValue() || !obj->Functions.getValue()->isDerivedFrom(Fem::FemPostFunctionProvider::getClassTypeId()))
return;
//get the functtion provider
//get the function provider
FemGui::ViewProviderFemPostFunctionProvider* vp = static_cast<FemGui::ViewProviderFemPostFunctionProvider*>(
Gui::Application::Instance->getViewProvider(obj->Functions.getValue()));