Closed ithron closed 2 years ago
The dtype of vol was compared against float instead of 'single'. Neither Octave nor Matlab report class(vol) for single precision vol as 'float' but as 'single', instead. Changed the comparision to 'single'. This fixes issue #68.
vol
float
class(vol)
ahh, this typo has existed since the beginning ... thanks for fixing it!
The dtype of
vol
was compared againstfloat
instead of 'single'. Neither Octave nor Matlab reportclass(vol)
for single precisionvol
as 'float' but as 'single', instead. Changed the comparision to 'single'. This fixes issue #68.