// // FastDTW.cpp // FastDTW-x // // Created by Melo Yao on 12/9/13. // Copyright (c) 2013 melo.yao. All rights reserved. // #include "FastDTW.h" FD_NS_START namespace FAST { const JInt DEFAULT_SEARCH_RADIUS = 1; } FD_NS_END