Changeset 8c097e in git for Singular/extra.cc


Ignore:
Timestamp:
Jan 19, 2011, 4:24:20 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4de1db931b2c71801f39c4b547b80ca57afb81a5
Parents:
825e0ef3bb3089b752233ffd61f2eb29f97b4fdf
Message:
docu of intvec matching routined corrected

git-svn-id: file:///usr/local/Singular/svn/trunk@13799 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r825e0e r8c097e  
    635635            'system("intvecMatchingSegments", ivec, jvec);'
    636636         computes all occurences of jvec in ivec, i.e., it returns
    637          a list of int indices k such that ivec[k..size(jvec)] = jvec.
     637         a list of int indices k such that ivec[k..size(jvec)+k-1] = jvec.
    638638         If no such k exists (e.g. when ivec is shorter than jvec), an
    639639         intvec with the single entry 0 is being returned. */
Note: See TracChangeset for help on using the changeset viewer.