Changeset 82a8acc in git


Ignore:
Timestamp:
Nov 23, 1999, 6:09:20 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
912dfa3b979986fabb9d2046bbc3881db55af3af
Parents:
c4bd5c64661497e203aa90737af9a79591e0ccc0
Message:
*obachman/hannes: bigendian fixes: wrong ring in idrMoveR_NoSort call


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

Legend:

Unmodified
Added
Removed
  • Singular/ideals.cc

    rc4bd5c r82a8acc  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.76 1999-11-19 16:42:40 obachman Exp $ */
     4/* $Id: ideals.cc,v 1.77 1999-11-23 17:09:20 hannes Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    18811881  rSetSyzComp(kmax-1);
    18821882  if (orig_ring!=syz_ring)
    1883     s_h4 = idrMoveR_NoSort(s_h4,syz_ring);
     1883    s_h4 = idrMoveR_NoSort(s_h4,orig_ring);
    18841884
    18851885  ideal s_h3;
Note: See TracChangeset for help on using the changeset viewer.