Merge branch 'refs/heads/jriegel/develop-fem'

This commit is contained in:
jriegel
2013-06-27 16:47:40 +02:00
90 changed files with 20127 additions and 822 deletions

View File

@@ -93,6 +93,7 @@
#include "MeasureDistance.h"
#include "Placement.h"
#include "Plane.h"
#include "MaterialObject.h"
// If you stumble here, run the target "BuildExtractRevision" on Windows systems
// or the Python script "SubWCRev.py" on Linux based systems which builds
@@ -1047,6 +1048,8 @@ void Application::initTypes(void)
App ::Annotation ::init();
App ::AnnotationLabel ::init();
App ::MeasureDistance ::init();
App ::MaterialObject ::init();
App ::MaterialObjectPython ::init();
App ::Placement ::init();
App ::Plane ::init();
}