-
Notifications
You must be signed in to change notification settings - Fork 97
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
Added missing get_constant_approach() getter to FESpaceWithConstantFixed #409
Added missing get_constant_approach() getter to FESpaceWithConstantFixed #409
Conversation
Codecov Report
@@ Coverage Diff @@
## master #409 +/- ##
==========================================
- Coverage 87.27% 87.26% -0.02%
==========================================
Files 158 158
Lines 11092 11094 +2
==========================================
Hits 9681 9681
- Misses 1411 1413 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get_constant_approach
should return a type or an instance? Normaly, these functons return an instance so that you can do dispatch easily
…ub.com:gridap/Gridap.jl into missing_getter_in_fe_space_with_constant_fixed
I guess this is a matter of convention, right? Using instances you can dispatch as Done! |
Yes, this is the only reason. The first option is kind of nicer. |
@amartinhuertas if you want to register a new version, could you please prepare the release in branch release-0.14 (you will need first pull from master A couple of important things from https://github.com/gridap/Gridap.jl/wiki/How-to-register-a-julia-package
|
Sure! I will do it now. |
No description provided.