Changeset 7e5a38 in git for Singular/ring.cc


Ignore:
Timestamp:
Dec 7, 2000, 4:04:03 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8f79d773fb56da78b5f8ed5221984b47fb7404a5
Parents:
3c13f654591de9411714b65349412f92daf673a4
Message:
* dynamic loading of p_Procs


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

Legend:

Unmodified
Added
Removed
  • Singular/ring.cc

    r3c13f6 r7e5a38  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ring.cc,v 1.147 2000-12-06 11:03:27 Singular Exp $ */
     4/* $Id: ring.cc,v 1.148 2000-12-07 15:04:02 obachman Exp $ */
    55
    66/*
     
    31383138  // p_Procs: call AFTER NegWeightL
    31393139  r->p_Procs = (p_Procs_s*)omAlloc(sizeof(p_Procs_s));
    3140   p_SetProcs(r, r->p_Procs);
     3140  p_ProcsSet(r, r->p_Procs);
    31413141
    31423142  return FALSE;
Note: See TracChangeset for help on using the changeset viewer.