Skip to content

Commit 3a132c9

Browse files
committed
comment out using DoubleFloats
1 parent 68b91eb commit 3a132c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modia3D.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ convertAndStripUnit(TargetType, requiredUnit, value) =
9696
convert(TargetType, ustrip.( uconvert.(requiredUnit, value))) : convert(TargetType, value)
9797

9898
# MPRFloatType is used to change betweeen Double64 and Float64 for mpr calculations
99-
using DoubleFloats
99+
# using DoubleFloats
100100
const MPRFloatType = Float64
101101

102102
# Include sub-modules

0 commit comments

Comments
 (0)