FEM: code formating, replace tabulator with spaces

This commit is contained in:
Bernd Hahnebach
2016-08-15 18:19:38 +01:00
committed by wmayer
parent 55873e71bf
commit fe47ef78ab
13 changed files with 100 additions and 101 deletions

View File

@@ -164,7 +164,7 @@ void ViewProviderFemMeshPy::setNodeColor(Py::Dict arg)
//this->getViewProviderFemMeshPtr()->setColorByNodeId(NodeColorMap);
this->getViewProviderFemMeshPtr()->setColorByNodeId(NodeIds,NodeColors);
Base::Console().Log(" %f: Finish ViewProviderFemMeshPy::setNodeColor() call \n",Base::TimeInfo::diffTimeF(Start,Base::TimeInfo()));
}
}
}
Py::Dict ViewProviderFemMeshPy::getElementColor(void) const
@@ -186,7 +186,7 @@ void ViewProviderFemMeshPy::setElementColor(Py::Dict arg)
NodeColorMap[id] = App::Color(Py::Float(color[0]),Py::Float(color[1]),Py::Float(color[2]),0);
}
this->getViewProviderFemMeshPtr()->setColorByElementId(NodeColorMap);
}
}
}
Py::Dict ViewProviderFemMeshPy::getNodeDisplacement(void) const
@@ -212,7 +212,7 @@ void ViewProviderFemMeshPy::setNodeDisplacement(Py::Dict arg)
}
}
this->getViewProviderFemMeshPtr()->setDisplacementByNodeId(NodeDispMap);
}
}
}
Py::List ViewProviderFemMeshPy::getHighlightedNodes(void) const