Changeset 0a4a20d in git for kernel/maps/gen_maps.h


Ignore:
Timestamp:
Nov 14, 2022, 4:32:07 PM (18 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
08e898f2667529913af21341f62336e64bc3bc3c4df27e2988096e614ab54338dbdd2bb990a110e3
Parents:
323776f85628804d361dfbd827431f866bf943d232c48290ade9c8b3bf376a8ed769638bcc54abdf
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-11-14 16:32:07+01:00
git-committer:
GitHub <noreply@github.com>2022-11-14 16:32:07+01:00
Message:
Merge pull request #1159 from fchapoton/codespell_linter

trying to add a codespell linter for kernel/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/maps/gen_maps.h

    r323776f r0a4a20d  
    99/// image_id: the image of the variables
    1010/// image_r: the base ring for image_id
    11 /// nMap: map for coeffcients
     11/// nMap: map for coefficients
    1212ideal maMapIdeal(const ideal map_id, const ring map_r,const ideal image_id, const ring image_r, const nMapFunc nMap);
    1313
     
    1717/// image_id: the image of the variables
    1818/// image_r: the base ring for image_id
    19 /// nMap: map for coeffcients
     19/// nMap: map for coefficients
    2020poly maMapPoly(const poly map_p, const ring map_r,const ideal image_id, const ring image_r, const nMapFunc nMap);
    2121
Note: See TracChangeset for help on using the changeset viewer.