mirror of https://github.com/davisking/dlib.git
fixed typo
This commit is contained in:
parent
771ca2e0f3
commit
abd0019df0
|
@ -1251,7 +1251,7 @@ namespace dlib { namespace tt
|
|||
- is_same_object(dest,src) == false
|
||||
ensures
|
||||
- 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.
|
||||
!*/
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue