Changeset 757616 in git


Ignore:
Timestamp:
Nov 6, 2013, 1:45:33 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
8b1af66f3fa0c89a69c53ece141ce180bd7462a6
Parents:
8c982c34545a8ef6ec86afcbb224757c7dffcd0f
Message:
chg: moved char_ptr_bin to ring.cc because of tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    r8c982c3 r757616  
    4848//omBin ip_package_bin = omGetSpecBin(sizeof(ip_package));
    4949omBin idrec_bin = omGetSpecBin(sizeof(idrec));
    50 omBin char_ptr_bin =  omGetSpecBin(sizeof(char*));
    5150
    5251coeffs coeffs_BIGINT;
  • libpolys/polys/monomials/ring.cc

    r8c982c3 r757616  
    5353
    5454omBin sip_sring_bin = omGetSpecBin(sizeof(ip_sring));
     55omBin char_ptr_bin =  omGetSpecBin(sizeof(char*));
     56
    5557
    5658static const char * const ringorder_name[] =
Note: See TracChangeset for help on using the changeset viewer.