Changeset 3963c1 in git


Ignore:
Timestamp:
Feb 27, 2014, 10:54:03 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
307507c45a6cfe5ad1b73d61500acce4486266e5
Parents:
82eb95bc049e8b4728aa36a27d815f2054af1968
Message:
avoid warnings (algebra.lib)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/algebra.lib

    r82eb95 r3963c1  
    219219  }
    220220  else
    221   { 
     221  {
    222222      setring br;
    223223    "ERROR: the first ideal must have nvars(basering) entries";
     
    10401040  // ----------------------- test for finiteness ---------------------------
    10411041  list l = finitenessTest(M,1..m);
    1042   def result = l[1]; // an integer.
     1042  int result = l[1];
    10431043  setring bsr;
    10441044  return( result );
Note: See TracChangeset for help on using the changeset viewer.