Changeset eaa775 in git


Ignore:
Timestamp:
Dec 9, 2020, 12:52:59 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
fef0b200e27e566748aefee86ca6f0f32e2dd61b
Parents:
157d97612cd1da4905d7df17a99e05c2ff145b6f
Message:
fix: / -> div
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ringgb.lib

    r157d97 reaa775  
    110110  for (; i < modul^nvars(basering); i = i + 1)
    111111  {
    112     if ((i + 1) % modul^(nvars(basering)/2) == 0)
     112    if ((i + 1) % modul^(nvars(basering) div 2) == 0)
    113113    {
    114114      printf("bisher: %s", i);
Note: See TracChangeset for help on using the changeset viewer.