Changeset 6f4a0b in git


Ignore:
Timestamp:
May 9, 2018, 3:40:07 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
5330e01adbd74c7335102c9e296da599d12cba4c
Parents:
86abd82e06b2680ea310ebe31cbcdf9478458ce7
Message:
fix: polyclass.lib: install routines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/polyclass.lib

    r86abd82 r6f4a0b  
    5050  newstruct("NormalFormEquation","list vars, string singularityType, int milnorNumber, Poly normalFormEquation, int modality, list parameters, int corank, int inertiaIndex, int determinacy, int realCase");
    5151  system("install","Poly","print",printPoly,1);
    52   system("install","Poly","string",stringPoly,1);
     52  system("install","Poly","string",stringPoly,4);
    5353  system("install","Poly","+",addPoly,2);
    5454  system("install","Poly","*",multPoly,2);
Note: See TracChangeset for help on using the changeset viewer.