visit-dav / visit

VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
444 stars 117 forks source link

fix segfault caused by my changes to ghosting logic #19947

Closed JustinPrivitera closed 1 month ago

JustinPrivitera commented 1 month ago

Description

Fix a segfault noticed by @biagas caused by my new extra ghost logic.

Type of change

How Has This Been Tested?

failing tests were silo.py and ddf.py. They now pass.

Reminders:

Checklist:

JustinPrivitera commented 1 month ago

Thanks @biagas for noticing this!

JustinPrivitera commented 1 month ago

Merge w/ develop in #19951