All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -42,9 +42,11 @@ FemAnalysis::FemAnalysis()
|
||||
|
||||
FemAnalysis::~FemAnalysis() = default;
|
||||
|
||||
void FemAnalysis::handleChangedPropertyName(Base::XMLReader& reader,
|
||||
const char* TypeName,
|
||||
const char* PropName)
|
||||
void FemAnalysis::handleChangedPropertyName(
|
||||
Base::XMLReader& reader,
|
||||
const char* TypeName,
|
||||
const char* PropName
|
||||
)
|
||||
{
|
||||
Base::Type type = Base::Type::fromName(TypeName);
|
||||
if (Group.getClassTypeId() == type && strcmp(PropName, "Member") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user