Changeset e18d47 in git for Singular/ipshell.cc


Ignore:
Timestamp:
Feb 20, 2013, 12:39:18 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
719816dbca2215ac51ce50e1c0b2da2e4da47790
Parents:
cbe1440f5e935aa2655eb8a7bd179d6be0614a2d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 12:39:18+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 14:45:21+01:00
Message:
Update due to master changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rcbe144 re18d47  
    52905290  if (cf==NULL)
    52915291  {
    5292     const int ch=32003;
    52935292    Werror("Invalid ground field specification");
    5294     cf=nInitChar(n_Zp, (void*)(long)ch);
    52955293    goto rInitError;
     5294//    const int ch=32003;
     5295//    cf=nInitChar(n_Zp, (void*)(long)ch);
    52965296  }
    52975297
Note: See TracChangeset for help on using the changeset viewer.