Changeset f5d749 in git for Singular/pInline2.h


Ignore:
Timestamp:
Dec 5, 2000, 2:01:11 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
e6243c52793c81123253d462d4029d506b6c7456
Parents:
9f9b9a1a665602bf82b5e271e8cc596d26f25203
Message:
* update


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

Legend:

Unmodified
Added
Removed
  • Singular/pInline2.h

    r9f9b9a1 rf5d749  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: pInline2.h,v 1.21 2000-12-05 12:14:32 obachman Exp $
     9 *  Version: $Id: pInline2.h,v 1.22 2000-12-05 13:01:11 obachman Exp $
    1010 *******************************************************************/
    1111#ifndef PINLINE2_H
     
    216216  poly p;
    217217  omTypeAllocBin(poly, p, bin);
    218   p_SetRingOfPoly(p, r);
     218  p_SetRingOfLm(p, r);
    219219  return p;
    220220}
Note: See TracChangeset for help on using the changeset viewer.