Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Defines ObjectType and PointType in GeometricalObjectsBins #11731

Merged
merged 3 commits into from
Oct 30, 2023

Conversation

loumalouomega
Copy link
Member

@loumalouomega loumalouomega commented Oct 27, 2023

📝 Description

Defines ObjectType and PointType in GeometricalObjectsBins. Minor typo corrected as well.

🆕 Changelog

@loumalouomega loumalouomega changed the title [Core] Defines ObjectType in GeometricalObjectsBins [Core] Defines ObjectType and PointType in GeometricalObjectsBins Oct 27, 2023
@@ -51,6 +51,12 @@ class KRATOS_API(KRATOS_CORE) GeometricalObjectsBins
/// Pointer definition of GeometricalObjectsBins
KRATOS_CLASS_POINTER_DEFINITION(GeometricalObjectsBins);

/// The point type definition
using PointType = Point;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will approve, but I don't understand. Why do you want to make this type an alias, if you are hard-coding it here?

I assume it is because you are going to use this as a base of another bins?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically that

@loumalouomega loumalouomega merged commit 7fe318b into master Oct 30, 2023
10 of 11 checks passed
@loumalouomega loumalouomega deleted the core/ObjectType-GeometricalObjectBins branch October 30, 2023 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FastPR This Pr is simple and / or has been already tested and the revision should be fast Kratos Core Transition Typo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants