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
The private method uwuw_preprocessor::check_material_props is not used anywhere. It's not clear to me which of the following apply:
this is dead code, or
it should be used somewhere, or
it should be public so that it is available for use.
Depending on which of the above apply, I propose one of the following fixes:
If it is dead code, then method should be deleted.
If it should be performing a check somewhere (even optionally) then add this feature.
If it is simply intended as a useful debugging tool, suggest that it made public and used in a test case with examples that both pass and fail test.
The text was updated successfully, but these errors were encountered:
The function uwuw_preprocessor::check_material_props validates material assignments for a given volume, reporting errors for missing or multiple material properties.
The private method
uwuw_preprocessor::check_material_props
is not used anywhere. It's not clear to me which of the following apply:Depending on which of the above apply, I propose one of the following fixes:
If it is dead code, then method should be deleted.
If it should be performing a check somewhere (even optionally) then add this feature.
If it is simply intended as a useful debugging tool, suggest that it made public and used in a test case with examples that both pass and fail test.
The text was updated successfully, but these errors were encountered: