Skip to content

Commit

Permalink
Update PropertyUnits.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Mar 15, 2024
1 parent a13c303 commit 3831915
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/App/PropertyUnits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,17 @@ PropertyMass::PropertyMass()
setUnit(Base::Unit::Mass);
}

//**************************************************************************
// PropertyMoment
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

TYPESYSTEM_SOURCE(App::PropertyMoment, App::PropertyQuantity)

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no member named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'?

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no member named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'?

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no member named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'?

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no member named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'?

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no member named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'?

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no member named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'?

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no type named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'?

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no member named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'?

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no member named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'?

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no member named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'?

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no member named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'? [clang-diagnostic-error]

Check failure on line 562 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

no type named 'PropertyMoment' in namespace 'App'; did you mean 'PropertyFont'? [clang-diagnostic-error]

PropertyMoment::PropertyMoment()

Check failure on line 564 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

use of undeclared identifier 'PropertyMoment'; did you mean 'PropertyFont'? [clang-diagnostic-error]

Check failure on line 564 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

missing return type for function 'PropertyMoment'; did you mean the constructor name 'PropertyFont'? [clang-diagnostic-error]
{
setUnit(Base::Unit::Moment);

Check failure on line 566 in src/App/PropertyUnits.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

use of undeclared identifier 'setUnit' [clang-diagnostic-error]
}

//**************************************************************************
// PropertyPressure
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit 3831915

Please sign in to comment.