LLNL / Silo

Mesh and Field I/O Library and Scientific Database
https://silo.llnl.gov
Other
30 stars 24 forks source link

Fix string lists returned to python #403

Closed markcmiller86 closed 3 months ago

markcmiller86 commented 3 months ago

In python, a string list (like the semi-colon separated string values for a multi-block object names) was getting created with empty first and last entries. This fixes that.

Resolves #264