Goddard-Fortran-Ecosystem / pFUnit

Parallel Fortran Unit Testing Framework
Other
169 stars 45 forks source link

Hotfix/real128 format fixes #428 #429

Closed tclune closed 1 year ago

tclune commented 1 year ago

Fixed

Increased size of buffer for reporting real values in asserts. Previous length was not quite enough for some 128 bit values, which resulted in EOR failures during execution.