Changeset 4f8fd1d in git for kernel/GBEngine/tgb.cc


Ignore:
Timestamp:
Nov 14, 2022, 10:53:35 AM (17 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
569754d2a9ccf1842ac61e82c0dfb411f5bb9a97
Parents:
317c1453d644836d66288dc2a633068067f64ab7
Message:
trying to add a codespell linter for kernel/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/tgb.cc

    r317c14 r4f8fd1d  
    12361236  }
    12371237
    1238   //can also try dependend search
     1238  //can also try dependent search
    12391239  omFree (i_con);
    12401240  omFree (j_con);
     
    17161716      shorten_tails (c, c->S->m[c->n - 1]);
    17171717  }
    1718   //you should really update c->lengths, c->strat->lenS, and the oder of polys in strat if you sort after lengths
     1718  //you should really update c->lengths, c->strat->lenS, and the order of polys in strat if you sort after lengths
    17191719
    17201720  //for(i=c->strat->sl; i>0;i--)
Note: See TracChangeset for help on using the changeset viewer.