Commit abd0019d authored by Davis King's avatar Davis King

fixed typo

parent 771ca2e0
...@@ -1251,7 +1251,7 @@ namespace dlib { namespace tt ...@@ -1251,7 +1251,7 @@ namespace dlib { namespace tt
- is_same_object(dest,src) == false - is_same_object(dest,src) == false
ensures ensures
- performs: dest[i, k + dest_k_offset, r, c] = src[i, k + src_k_offset, r, c], where k in [0..count_k] - performs: dest[i, k + dest_k_offset, r, c] = src[i, k + src_k_offset, r, c], where k in [0..count_k]
Copies content of each sample from src in to corresponding place of sample at dst Copies content of each sample from src in to corresponding place of sample at dest.
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment