When pyuff was initially written, the single precision of dataset 58 was seen as bad practice (and still is today). Due to this it was hard coded that dataset 58 was always written with double_precision. With this PR the single/double precision in dataset 58 is controlled with the parameter force_double which is by default True.
When pyuff was initially written, the single precision of dataset 58 was seen as bad practice (and still is today). Due to this it was hard coded that dataset 58 was always written with double_precision. With this PR the single/double precision in dataset 58 is controlled with the parameter force_double which is by default True.