App: properties, add vacuum permittivity

This commit is contained in:
Bernd Hahnebach
2020-06-29 17:46:41 +02:00
parent 1b643536b9
commit 986aca5b82
3 changed files with 23 additions and 0 deletions

View File

@@ -1701,6 +1701,7 @@ void Application::initTypes(void)
App ::PropertyAcceleration ::init();
App ::PropertyForce ::init();
App ::PropertyPressure ::init();
App ::PropertyVacuumPermittivity::init();
App ::PropertyInteger ::init();
App ::PropertyIntegerConstraint ::init();
App ::PropertyPercent ::init();