Changeset 5f4463 in git for Singular/walk.cc


Ignore:
Timestamp:
Apr 11, 2011, 6:39:34 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5beac5a8a177a4d4938cbc1e887bbd115a393f3a
Parents:
16733868763266ec04dae72db238bced32663735
Message:
making the sun-c/c++ compiler happy (still waiting for to issues...)



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

Legend:

Unmodified
Added
Removed
  • Singular/walk.cc

    r1673386 r5f4463  
    26722672
    26732673  intvec* repr_vector = new intvec(nV);
    2674   int ntrue;
     2674  int ntrue=0;
    26752675  for(i=0; i<nV; i++)
    26762676  {
     
    27562756  mpz_init_set_ui(sing_int,  2147483647);
    27572757
    2758   int ntrue;
     2758  int ntrue=0;
    27592759  intvec* repvector = new intvec(nV);
    27602760  for(i=0; i<nV; i++)
Note: See TracChangeset for help on using the changeset viewer.