Fix for Python binding in FEM result objects

This commit is contained in:
jriegel
2014-01-15 19:23:56 +01:00
parent 966f5d13e1
commit b48581c16a
3 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ namespace App {
/// @cond DOXERR
PROPERTY_SOURCE_TEMPLATE(Fem::FemResultVectorPython, Fem::FemResultVector)
template<> const char* Fem::FemResultVectorPython::getViewProviderName(void) const {
return "FemGui::ViewProviderFemResultVectorPython";
return "FemGui::ViewProviderResultPython";
}
/// @endcond