You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.
I'll need help from the deal.II mailing list on this one. There seems to be an issue with the data type used for boundary_id. It doesn't play nicely with ParameterHandler.
/peclet/source/pde_model.h:531:72: warning: narrowing conversion of ‘boundary’ from ‘unsigned int’ to ‘unsigned char’ inside { } [-Wnarrowing]
std::settypes::boundary_id dealii_boundary_id = {boundary};
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'll need help from the deal.II mailing list on this one. There seems to be an issue with the data type used for boundary_id. It doesn't play nicely with ParameterHandler.
The text was updated successfully, but these errors were encountered: