Base: Add electromagnetic potential unit
This commit is contained in:
committed by
Chris Hennes
parent
70ec5a7583
commit
51c0faff62
@@ -554,6 +554,17 @@ PropertyMagnetization::PropertyMagnetization()
|
||||
setUnit(Base::Unit::Magnetization);
|
||||
}
|
||||
|
||||
//**************************************************************************
|
||||
// PropertyElectromagneticPotential
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TYPESYSTEM_SOURCE(App::PropertyElectromagneticPotential, App::PropertyQuantity)
|
||||
|
||||
PropertyElectromagneticPotential::PropertyElectromagneticPotential()
|
||||
{
|
||||
setUnit(Base::Unit::ElectromagneticPotential);
|
||||
}
|
||||
|
||||
//**************************************************************************
|
||||
// PropertyMass
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
Reference in New Issue
Block a user