Changeset 230493 in git


Ignore:
Timestamp:
Dec 17, 2013, 12:41:00 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d0e03be624a4a267bffe008f58988c85be1dfe2d
Parents:
37ada249a937ca0ab02422d10f9d5e07b529195f
Message:
fix: syntax in modstd.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/modstd.lib

    r37ada24 r230493  
    3333static proc mod_init()
    3434{
    35    newstruct("ideal_primeTest", "ideal Ideal");
     35   newstruct("idealPrimeTest", "ideal Ideal");
    3636}
    3737
     
    487487      list arguments;
    488488      int neededPrimes = neededSize-size(L);
    489       ideal_primeTest Id;
     489      idealPrimeTest Id;
    490490      Id.Ideal = I;
    491491      export(Id);
Note: See TracChangeset for help on using the changeset viewer.