Changeset cf5fba9 in git


Ignore:
Timestamp:
Mar 21, 2016, 3:33:10 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '4bd32dfef92ec9f5ed8dceee82d14318ae147107')
Children:
6754208fa79b7bd9b51b8df8a04336506d5d98a9
Parents:
a969ffb0c73d9dff19c4c9776cc48fe5405718a1
Message:
fix: name of lib (customstd.so)
File:
1 edited

Legend:

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

    ra969ff rcf5fba9  
    445445{
    446446  // p->iiAddCproc("std_demo","std_with_display",FALSE,std_with_display);
    447   p->iiAddCproc("customstd","satstd",FALSE,satstd);
     447  p->iiAddCproc("customstd.so","satstd",FALSE,satstd);
    448448  // p->iiAddCproc("std_demo","satstdWithInitialCheck",FALSE,satstdWithInitialCheck);
    449449  // p->iiAddCproc("std_demo","abortifmonomialstd",FALSE,abortifmonomialstd);
Note: See TracChangeset for help on using the changeset viewer.