Changeset 4e3468 in git for Singular/ipshell.cc


Ignore:
Timestamp:
Jan 16, 2001, 2:26:57 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b9b9069272a257e1724ad47e9b76d246a6e960fc
Parents:
49bec69100d73ab84e1edda6408fd13e13cd5ab0
Message:
*hannes: highcorner


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r49bec69 r4e3468  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.59 2000-12-15 18:49:31 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.60 2001-01-16 13:26:57 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    11331133    if(UsedAxis[i]==FALSE) return NULL; // not zero-dim.
    11341134  }
     1135  po=NULL;
    11351136  if (currRing->OrdSgn== -1)
    11361137  {
    1137     po=NULL;
    11381138    scComputeHC(I,ak,po);
    11391139    if (po!=NULL)
     
    11441144        if (pGetExp(po, i) > 0) pDecrExp(po,i);
    11451145      }
    1146     }
    1147   }
    1148   if (po!=NULL)
    1149   {
    1150     pSetComp(po,ak);
    1151     pSetm(po);
    1152   }
     1146      pSetComp(po,ak);
     1147      pSetm(po);
     1148    }
     1149  }
     1150  else
     1151    po=pOne();
    11531152  return po;
    11541153}
Note: See TracChangeset for help on using the changeset viewer.