diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-06-10 12:53:14 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-06-10 12:53:14 -0400 |
commit | 0b8a592583845b4989be454083f415488319f367 (patch) | |
tree | 97b8615c875a67dd8e1830ccd0996fd097e6050d /docs/doxygen | |
parent | 06b863305c718a4734cdf6d6b9ed5365b0b34728 (diff) | |
parent | ec30d89449f48fdd2f88420b4c87aba2e1a5abd1 (diff) |
Merge branch 'maint'
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/other/volk_guide.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/other/volk_guide.dox b/docs/doxygen/other/volk_guide.dox index 24882ed1a6..0e444ebbaf 100644 --- a/docs/doxygen/other/volk_guide.dox +++ b/docs/doxygen/other/volk_guide.dox @@ -63,7 +63,7 @@ calls with: \code const int alignment_multiple = volk_get_alignment() / output_item_size; - set_alignment(alignment_multiple); + set_alignment(std::max(1,alignment_multiple)); \endcode The Volk function 'volk_get_alignment' provides the alignment of the |