Changeset 484e79 in git


Ignore:
Timestamp:
Jul 17, 2019, 11:37:41 AM (5 years ago)
Author:
Andreas Steenpass <steenpass@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
64763650c8c4d415374f91821ed8cdaf1a831177
Parents:
ba64bb90afc3a5f9368b9bcc0ceb6e7ac5fa5ce4
Message:
fix ring declaration in stdtrans() form gmssing.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/gmssing.lib

    rba64bb r484e79  
    8181  }
    8282
    83   ring @S = create_ring(ringlist(@R)[1], "(gmspoly,"+varstr(@R)+")", "(c,dp,"+os+")", "no_minpoly");
     83  ring @S = create_ring(ringlist(@R)[1], "(gmspoly,"+varstr(@R)+")", "(c,dp(1),"+os+")", "no_minpoly");
    8484
    8585  ideal I=homog(imap(@R,I),gmspoly);
Note: See TracChangeset for help on using the changeset viewer.