Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.0
-
None
-
None
Description
the constructor public ArrayFieldVector(Field<T> field, T[] v1, T[] v2)
sets this
"this.field = data[0].getField();"
in the fast line...
"this.field = field;"
would be right - field was explicitly provided.