Changeset 0d3028 in git


Ignore:
Timestamp:
Sep 28, 2016, 12:36:43 PM (8 years ago)
Author:
Yue <ren@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
90f6ab83e2dfd0a9d138e7d00504475e83d7a0fa
Parents:
cfeb3499515cf7e422a18f220b30c809e89e607c
git-author:
Yue <ren@mathematik.uni-kl.de>2016-09-28 12:36:43+02:00
git-committer:
Yue <ren@mathematik.uni-kl.de>2016-09-28 12:38:37+02:00
Message:
new: customstd.lib
Location:
Singular
Files:
1 added
1 edited

Legend:

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

    rcfeb349 r0d3028  
    433433{
    434434  // p->iiAddCproc("std_demo","std_with_display",FALSE,std_with_display);
    435   p->iiAddCproc("customstd.so","satstd",FALSE,satstd);
     435  p->iiAddCproc("customstd.lib","satstd",FALSE,satstd);
    436436  // p->iiAddCproc("std_demo","satstdWithInitialCheck",FALSE,satstdWithInitialCheck);
    437   p->iiAddCproc("std_demo","monomialabortstd",FALSE,monomialabortstd);
     437  p->iiAddCproc("customstd.lib","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.