openPMD / openPMD-validator

:ballot_box_with_check: Validator and Example Scripts
ISC License
4 stars 8 forks source link

floatX: also float128 #59

Closed ax3l closed 4 years ago

ax3l commented 4 years ago

openPMD (floatX) can also include float128, which is the default in Python (long double on x86_64 Linux).

Also fixes an uninitialized variable in an error report.

Same as #60