LLNL / Silo

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

use of regex.h in silo_ns.c #367

Open biagas opened 8 months ago

biagas commented 8 months ago

The header 'regex.h' doesn't exist on Windows (at least with MSVC). I can comment out the inclusion of the header and the file compiles on Windows with MSVC. Is the header really needed?

markcmiller86 commented 8 months ago

Agreed...I think it can be removed. And <ctype.h> too. At least neither is on 4.11RC