mdolab / idwarp

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

Minor fix to support CGNS 4.4 #90

Closed eirikurj closed 1 year ago

eirikurj commented 1 year ago

Purpose

The CGNS library removed legacy constants. This change is backwards compatible with the CGNS version we currently support.

Closes #91

Expected time until merged

No rush

Type of change

Testing

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #90 (773cc9e) into main (c65ed8f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #90   +/-   ##
=======================================
  Coverage   73.31%   73.31%           
=======================================
  Files           6        6           
  Lines         757      757           
=======================================
  Hits          555      555           
  Misses        202      202           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

eirikurj commented 1 year ago

The Tapenade tests should pass once https://github.com/mdolab/idwarp/pull/89 is merged