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
2 adjacent parameters of 'update_component_vertex' of similar type ('geode::index_t') are easily swapped by mistake
708 | geode::index_t old_line_vertex_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
709 | geode::index_t new_line_vertex_id )
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/src/geode/io/model/msh_input.cpp:708:28: note: the first parameter in the range is 'old_line_vertex_id'708 | geode::index_t old_line_vertex_id,
| ^~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/src/geode/io/model/msh_input.cpp:709:28: note: the last parameter in the range is 'new_line_vertex_id'709 | geode::index_t new_line_vertex_id )
| ^~~~~~~~~~~~~~~~~~
2 adjacent parameters of 'update_component_vertex' of similar type ('geode::index_t') are easily swapped by mistake
723 | geode::index_t old_surface_vertex_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
724 | geode::index_t new_surface_vertex_id )
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/src/geode/io/model/msh_input.cpp:723:28: note: the first parameter in the range is 'old_surface_vertex_id'723 | geode::index_t old_surface_vertex_id,
| ^~~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/src/geode/io/model/msh_input.cpp:724:28: note: the last parameter in the range is 'new_surface_vertex_id'724 | geode::index_t new_surface_vertex_id )
| ^~~~~~~~~~~~~~~~~~~~~
2 adjacent parameters of 'update_component_vertex' of similar type ('geode::index_t') are easily swapped by mistake
739 | geode::index_t old_block_vertex_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
740 | geode::index_t new_block_vertex_id )
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/src/geode/io/model/msh_input.cpp:739:28: note: the first parameter in the range is 'old_block_vertex_id'739 | geode::index_t old_block_vertex_id,
| ^~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/src/geode/io/model/msh_input.cpp:740:28: note: the last parameter in the range is 'new_block_vertex_id'740 | geode::index_t new_block_vertex_id )
| ^~~~~~~~~~~~~~~~~~~
2 adjacent parameters of 'add_potential_relationships' of similar type ('const std::vectorgeode::ComponentMeshVertex &') are easily swapped by mistake
805 | const std::vector< geode::ComponentMeshVertex >&
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
806 | boundary_type_vertices,
| ~~~~~~~~~~~~~~~~~~~~~~~
807 | const std::vector< geode::ComponentMeshVertex >&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
808 | incidence_type_vertices,
| ~~~~~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/src/geode/io/model/msh_input.cpp:806:17: note: the first parameter in the range is 'boundary_type_vertices'806 | boundary_type_vertices,
| ^~~~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/src/geode/io/model/msh_input.cpp:808:17: note: the last parameter in the range is 'incidence_type_vertices'808 | incidence_type_vertices,
| ^~~~~~~~~~~~~~~~~~~~~~~
2 adjacent parameters of 'filter_potential_relationships' of similar type ('const std::vectorgeode::ComponentMeshVertex &') are easily swapped by mistake
822 | const std::vector< geode::ComponentMeshVertex >&
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
823 | boundary_type_vertices,
| ~~~~~~~~~~~~~~~~~~~~~~~
824 | const std::vector< geode::ComponentMeshVertex >&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
825 | incidence_type_vertices,
| ~~~~~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/src/geode/io/model/msh_input.cpp:823:17: note: the first parameter in the range is 'boundary_type_vertices'823 | boundary_type_vertices,
| ^~~~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/src/geode/io/model/msh_input.cpp:825:17: note: the last parameter in the range is 'incidence_type_vertices'825 | incidence_type_vertices,
| ^~~~~~~~~~~~~~~~~~~~~~~
Have any feedback or feature suggestions? Share it here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.