Changeset b197b06 in git for Singular/extra.cc


Ignore:
Timestamp:
Jan 29, 2003, 6:51:27 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
d97527f00aef350e99f39ebb77ffc9faae54f0eb
Parents:
cc86cd3b37e46f65f8f2f4c0bea2f9c0a3438043
Message:
*hannes: basering to nc


git-svn-id: file:///usr/local/Singular/svn/trunk@6444 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rcc86cd3 rb197b06  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.193 2003-01-29 16:13:10 Singular Exp $ */
     4/* $Id: extra.cc,v 1.194 2003-01-29 17:51:27 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    14011401        currRing->nc=(nc_struct *)omAlloc0(sizeof(nc_struct));
    14021402        currRing->nc->ref=1;
     1403        currRing->nc->basering=currRing;
    14031404      }
    14041405      else
     
    14111412        currRing->nc=(nc_struct *)omAlloc0(sizeof(nc_struct));
    14121413        currRing->nc->ref=1;
     1414        currRing->nc->basering=currRing;
    14131415      }
    14141416      currRing->nc->type=nc_general;
Note: See TracChangeset for help on using the changeset viewer.