projects
/
libdai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'eaton'
[libdai.git]
/
include
/
dai
/
util.h
diff --git
a/include/dai/util.h
b/include/dai/util.h
index
c939b73
..
89c1dee
100644
(file)
--- a/
include/dai/util.h
+++ b/
include/dai/util.h
@@
-240,6
+240,12
@@
class Diffs : public std::vector<double> {
};
+/// Split a string into tokens
+void tokenizeString( const std::string& s,
+ std::vector<std::string>& outTokens,
+ const std::string& delim="\t\n" );
+
+
} // end of namespace dai