spirit-code / ovf

OVF (OOMMF Vector Field file format) parser library with C API and language bindings
MIT License
8 stars 2 forks source link

Fix initialization and reading of segement header #7

Closed GPMueller closed 5 years ago

GPMueller commented 6 years ago

The segment headers are not initialized properly, so that sometimes random values are written out. The same may happen even when a segment header is read in.

GPMueller commented 6 years ago

I believe this is fixed with f56cbb23d0d474c2106f99f68d01fc259860ea55.

GPMueller commented 5 years ago

With 55c326c9a7b11d999a05f98c2e095188527eb33b, this should definitely no longer be an issue.