Declaration:
DTWOneResult* DTCompareOne(float* oSeq, int nSeq, DTWParameters params, int tIndex)
Function declaration was changed so that the function returns a pointer to a single DTWOneResult
structure. The caller is responsible for freeing the memory used by the structure.