Changeset 1919112 in git


Ignore:
Timestamp:
Jul 21, 2010, 4:09:53 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
301c033a77a67f223280259ac8371d97696fc1a6
Parents:
27667b70a3500461f900cc74ee65d7acbdf8ca5c
Message:
simplified comments etc

git-svn-id: file:///usr/local/Singular/svn/trunk@13041 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    r27667b r1919112  
    4848#ifdef PDEBUG
    4949ideal idDBInit (int size, int rank, const char *f, int l);
    50 ideal idCopyFirstK (const ideal ide, const int k);
    5150#define idInit(A,B) idDBInit(A,B,__FILE__,__LINE__)
    5251#else
    5352/*- creates an ideal -*/
    5453ideal idInit (int size, int rank=1);
     54#endif
    5555ideal idCopyFirstK (const ideal ide, const int k);
    56 #endif
    5756/*- deletes an ideal -*/
    5857#define idDelete(h) id_Delete(h, currRing)
  • kernel/longrat.cc

    r27667b r1919112  
    13761376#ifdef HAVE_RINGS
    13771377/*2
    1378 * convert number to GMP and warn if denom != 1
     1378* convert number i (from Q) to GMP and warn if denom != 1
    13791379*/
    13801380void nlGMP(number &i, number n)
Note: See TracChangeset for help on using the changeset viewer.