mdolab / idwarp

IDWarp is a mesh warping package for the MACH framework.
Other
17 stars 29 forks source link

Fix icc check #97

Closed A-CGray closed 4 months ago

A-CGray commented 4 months ago

Purpose

Inline comment messes with the ifdef check, see https://github.com/mdolab/pyhyp/pull/87#issuecomment-2115027287 for details

Expected time until merged

Type of change

Testing

Checklist

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.42%. Comparing base (6e85c53) to head (9d52739). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #97 +/- ## ======================================= Coverage 73.42% 73.42% ======================================= Files 6 6 Lines 760 760 ======================================= Hits 558 558 Misses 202 202 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

awccopp commented 4 months ago

Looks good to me