Closed markcmiller86 closed 1 month ago
Minor change requested. Have you run the xdmf regression tests to verify that changes to the file format haven't caused any issues?
Not yet. Wanted to get people's take on what I've done so far.
Did you actually make a change to Fusion_vis10.pdf? If so what was it?
Oh, yes. I was trying to minimize disk usage and saw that this file was HUGE. Well, a lot bigger than it needed to be. I PDF optimized to 20x smaller than it was before.
Description
Resolves #19398
Also includes #19903 merged into this branch to fix spelling error, refactor all instances of
strcasecmp
, and improve performance ofCaseInsensitiveEqual
and extend forchar const *
too.Type of change
[ ] Bug fix[ ] Documentation update[ ] OtherHow Has This Been Tested?
Reminders:
Checklist:
[ ] I have added debugging support to my changes.