Changes between Version 24 and Version 25 of Java API

Show
Ignore:
Timestamp:
12/04/12 13:00:10 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Java API

    v24 v25  
    248248    public void apply(Observation<double[]> obs) { 
    249249        // Do not modify the original data of the submodel, so make a private copy and use the resulting data 
     250        // If you supply the datatype in advance (DOUBLE_ARR), the copy operation will be faster. 
    250251        double[] data = obs.privateCopy(SerializableDatatype.DOUBLE_ARR).getData(); 
    251252