diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-05-19 18:09:58 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-05-19 18:13:03 +0800 |
commit | 5297c7d0358f01193f9057fa0fcae82d55a2872b (patch) | |
tree | f65a58d68dfed8e7df28d438565c8a8ad55accdb /tools/dataProvider.cpp | |
parent | 23dc7c9c344ecfa8dde5a9cbbb406edd71d1ef37 (diff) | |
download | ranksvm-5297c7d0358f01193f9057fa0fcae82d55a2872b.tar.gz ranksvm-5297c7d0358f01193f9057fa0fcae82d55a2872b.tar.bz2 ranksvm-5297c7d0358f01193f9057fa0fcae82d55a2872b.zip |
added single option
Diffstat (limited to 'tools/dataProvider.cpp')
-rw-r--r-- | tools/dataProvider.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/dataProvider.cpp b/tools/dataProvider.cpp new file mode 100644 index 0000000..deb3b78 --- /dev/null +++ b/tools/dataProvider.cpp @@ -0,0 +1,7 @@ +// +// Created by joe on 5/19/15. +// + +#include "../tools/dataProvider.h" + +bool RidList::single = false;
\ No newline at end of file |