Adding python capabilities to the Result objects

This commit is contained in:
jriegel
2013-11-28 19:50:39 +01:00
parent 395c95a154
commit b8c80bd35c
7 changed files with 55 additions and 0 deletions

View File

@@ -139,8 +139,11 @@ void AppFemExport initFem()
Fem::ConstraintPulley ::init();
Fem::FemResultObject ::init();
Fem::FemResultPython ::init();
Fem::FemResultValue ::init();
Fem::FemResultValuePython ::init();
Fem::FemResultVector ::init();
Fem::FemResultVectorPython ::init();
}
} // extern "C"