Changeset eaf66f in git for Singular/walk_ip.cc
- Timestamp:
- Jan 6, 2010, 3:55:24 PM (14 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- 2798e9c9a20190bf0a37493b0ee9bb022d2b226f
- Parents:
- 098f98f02a8e2828b475a241c0b7cfc3fb3c8e01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/walk_ip.cc
r098f98f reaf66f 76 76 { 77 77 int * vperm = (int *)omAlloc0( (pVariables+1)*sizeof( int ) ); 78 state= walkConsistency( sourceRingHdl, destRingHdl, vperm );78 state= walkConsistency( IDRING(sourceRingHdl), IDRING(destRingHdl), vperm ); 79 79 omFreeSize( (ADDRESS)vperm, (pVariables+1)*sizeof(int) ); 80 80 } … … 188 188 189 189 int * vperm = (int *)omAlloc0( (pVariables+1)*sizeof( int ) ); 190 state= fractalWalkConsistency( sourceRingHdl, destRingHdl, vperm );190 state= fractalWalkConsistency( IDRING(sourceRingHdl), IDRING(destRingHdl), vperm ); 191 191 omFreeSize( (ADDRESS)vperm, (pVariables+1)*sizeof(int) ); 192 192
Note: See TracChangeset
for help on using the changeset viewer.