summaryrefslogtreecommitdiff
path: root/decoder/ff_fsa.h
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-23 22:12:06 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-23 22:12:06 +0000
commit3e1f5d7ad9aff3e572e25e0afc2ae10b438e8962 (patch)
tree77c8c7b55de7d3e458cd6fa079f4ee12f35480e0 /decoder/ff_fsa.h
parentb9574d2c459b60037bf1e97e64e0c4aed524a71c (diff)
pretty
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@390 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/ff_fsa.h')
-rwxr-xr-xdecoder/ff_fsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/ff_fsa.h b/decoder/ff_fsa.h
index 8ca1951f..41343f6c 100755
--- a/decoder/ff_fsa.h
+++ b/decoder/ff_fsa.h
@@ -62,8 +62,8 @@ protected:
std::memcpy(state,begin,n);
}
template <class T>
- inline void static to_state(void *state,T const* begin,int n) {
- to_state(state,(char const*)begin,n);
+ inline void static to_state(void *state,T const* begin,int n=1) {
+ to_state(state,(char const*)begin,n*sizeof(T));
}
template <class T>
inline void static to_state(void *state,T const* begin,T const* end) {