Skip to content

Commit ccf9a9c

Browse files
committed
fix bug in WL serializer
1 parent 14be81d commit ccf9a9c

File tree

1 file changed

+1
-0
lines changed
  • symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/expression

1 file changed

+1
-0
lines changed

symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/expression/WL.java

+1
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ private void writeNumericArrayData(byte arrayType, NumericArrayExpr numericArray
864864
while (i < doubledSize) {
865865
writeDouble(doubleArr[i++]);
866866
}
867+
return;
867868
}
868869
default:
869870
throw new UnsupportedEncodingException();

0 commit comments

Comments
 (0)