Changeset dbb5c7e in git


Ignore:
Timestamp:
Sep 26, 2016, 11:59:28 AM (7 years ago)
Author:
Yue <ren@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
e4ffc43b33f529cb7ec53eccdd32884ad6700b96
Parents:
d6aac193d08482ce6fa08909b31b0807e333ef90
git-author:
Yue <ren@mathematik.uni-kl.de>2016-09-26 11:59:28+02:00
git-committer:
Yue <ren@mathematik.uni-kl.de>2016-09-27 07:29:55+02:00
Message:
chg: made monomialabortstd avaialble in the interpreter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/customstd/customstd.cc

    rd6aac1 rdbb5c7e  
    435435  p->iiAddCproc("customstd.so","satstd",FALSE,satstd);
    436436  // p->iiAddCproc("std_demo","satstdWithInitialCheck",FALSE,satstdWithInitialCheck);
    437   // p->iiAddCproc("std_demo","abortifmonomialstd",FALSE,abortifmonomialstd);
     437  p->iiAddCproc("std_demo","monomialabortstd",FALSE,monomialabortstd);
    438438  // PrintS("init of std_demo - type `listvar(Std_demo);` to its contents\n");
    439439  return (MAX_TOK);
Note: See TracChangeset for help on using the changeset viewer.