Changeset a9c298 in git for kernel/sca.cc


Ignore:
Timestamp:
Nov 20, 2013, 4:54:25 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0de0509972719531e2a4b51ec9fd0e44a66fd2fd
Parents:
e4014563a82388c4b39dfa37db24cbe159b24a35
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-20 16:54:25+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-20 16:54:42+01:00
Message:
format stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/sca.cc

    re40145 ra9c298  
    105105  assume( currRing == _currRing );
    106106
    107  
     107
    108108#if MYTEST
    109109   PrintS("<sca_gr_bba>\n");
     
    362362
    363363  if( currRing != save )     rChangeCurrRing(save);
    364  
     364
    365365  return (strat->Shdl);
    366366}
     
    484484    kDebugPrint(strat);
    485485  }
    486  
     486
    487487
    488488  ///////////////////////////////////////////////////////////////
     
    731731        enterL(&strat->L,&strat->Ll,&strat->Lmax,h,pos);
    732732
    733  
    734  
    735  
    736 #if 0   
     733
     734
     735
     736#if 0
    737737        h.sev = pGetShortExpVector(h.p);
    738738        strat->initEcart(&h);
     
    781781
    782782         enterL(&strat->L,&strat->Ll,&strat->Lmax,h,pos);
    783 // the end of "#if 0" (comment) 
    784 #endif 
     783// the end of "#if 0" (comment)
     784#endif
    785785
    786786      } // for all x_i \in Ann(lm(P))
     
    851851
    852852  if( currRing != save )     rChangeCurrRing(save);
    853  
     853
    854854  return (strat->Shdl);
    855855}
     
    920920#ifdef PDEBUG
    921921  assume( strat->homog == bIdHomog );
    922 #endif 
     922#endif
    923923
    924924#ifdef HAVE_ASSUME
     
    12291229
    12301230  if( currRing != save )     rChangeCurrRing(save);
    1231  
     1231
    12321232  return (strat->Shdl);
    12331233}
Note: See TracChangeset for help on using the changeset viewer.