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

[arcane,std] Fix read of single point element in MSH reader #784

Merged

Conversation

grospelliergilles
Copy link
Member

There is two values for these elements in msh format. We were using the first value to get the uniqueId() of the node but the good value is the second one.

…ui n'ont qu'un noeud (dont le type est 15).

Pour ces éléments, il y a deux valeurs sur la ligne. On prenait comme
uniqueId() du noeud la première valeur alors qu'il faut prendre la seconde.
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (dc5e751) 72.20% compared to head (1a86d3e) 72.22%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #784      +/-   ##
==========================================
+ Coverage   72.20%   72.22%   +0.01%     
==========================================
  Files        1626     1626              
  Lines      122215   122228      +13     
==========================================
+ Hits        88249    88277      +28     
+ Misses      33966    33951      -15     
Impacted Files Coverage Δ
arcane/src/arcane/std/MshMeshReader.cc 87.06% <100.00%> (+0.28%) ⬆️

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@grospelliergilles grospelliergilles merged commit e4b644f into main Jul 4, 2023
44 of 45 checks passed
@grospelliergilles grospelliergilles deleted the dev/gg-fix-msh-reader-for-single-point-element branch July 9, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcane Arcane Component bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant