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

Phase type enum #661

Merged
merged 10 commits into from
May 5, 2023
Merged

Phase type enum #661

merged 10 commits into from
May 5, 2023

Conversation

asmfstatoil
Copy link
Collaborator

No description provided.

@asmfstatoil asmfstatoil requested a review from EvenSol as a code owner May 3, 2023 13:56
return solidPhysicalProperties;
case "hydrate":
case HYDRATE:
return solidPhysicalProperties;
default:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

OBVIOUS that there are issues here, SOLIDCOMPLEX and LIQUID is missing

Copy link
Collaborator

@EvenSol EvenSol left a comment

Choose a reason for hiding this comment

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

Good update👍

@asmfstatoil asmfstatoil merged commit 38efcbb into equinor:master May 5, 2023
@asmfstatoil asmfstatoil deleted the phaseTypeEnum branch May 5, 2023 18:15
EvenSol pushed a commit that referenced this pull request May 22, 2023
* add PhaseType enum to replace phasetype int and phasetypename as string.
* refact: introduce use of PhaseType Enum and replace calls settin
* Some doc fixes as well. 

NB! The old methods are still available, but deprecated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants