Changeset eaf66f in git for Singular/walk_ip.cc


Ignore:
Timestamp:
Jan 6, 2010, 3:55:24 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
Children:
2798e9c9a20190bf0a37493b0ee9bb022d2b226f
Parents:
098f98f02a8e2828b475a241c0b7cfc3fb3c8e01
Message:
IDTYP etc -> ipid.h

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

Legend:

Unmodified
Added
Removed
  • Singular/walk_ip.cc

    r098f98f reaf66f  
    7676    {
    7777      int * vperm = (int *)omAlloc0( (pVariables+1)*sizeof( int ) );
    78       state= walkConsistency( sourceRingHdl, destRingHdl, vperm );
     78      state= walkConsistency( IDRING(sourceRingHdl), IDRING(destRingHdl), vperm );
    7979      omFreeSize( (ADDRESS)vperm, (pVariables+1)*sizeof(int) );
    8080    }
     
    188188
    189189    int * vperm = (int *)omAlloc0( (pVariables+1)*sizeof( int ) );
    190     state= fractalWalkConsistency( sourceRingHdl, destRingHdl, vperm );
     190    state= fractalWalkConsistency( IDRING(sourceRingHdl), IDRING(destRingHdl), vperm );
    191191    omFreeSize( (ADDRESS)vperm, (pVariables+1)*sizeof(int) );
    192192
Note: See TracChangeset for help on using the changeset viewer.