Changeset 802483 in git


Ignore:
Timestamp:
Apr 9, 2015, 2:53:43 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
aa353e371217601bf33dbbb5db4cdd1251018c97
Parents:
dc50eecf64ca09a098b59c3b868bd9e616e37738
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-04-09 14:53:43+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-04-09 15:05:06+02:00
Message:
fix: syntax for mod_init in singmathic
File:
1 edited

Legend:

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

    rdc50ee r802483  
    522522  (mgb::GroebnerInputIdealStream&, MathicToSingStream&);
    523523
    524 int SI_MOD_INIT(singmathic)(SModulFunctions* psModulFunctions)
     524extern "C" int SI_MOD_INIT(singmathic)(SModulFunctions* psModulFunctions)
    525525{
    526526  PrintS("Initializing Singular-Mathic interface Singmathic.\n");
Note: See TracChangeset for help on using the changeset viewer.