Changeset 7bb1ac in git for kernel


Ignore:
Timestamp:
Oct 6, 2016, 10:50:06 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
349e5e898aad7e735b03bda328f2741a7c36a092
Parents:
f26b427d88aa47860f648e3533c60e8140708b47
Message:
chg: remove trailing spaces
Location:
kernel/GBEngine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    rf26b42 r7bb1ac  
    77777777        Ln.p = pJet(Ln.p,bound);
    77787778      }
    7779       if (Ln.IsNull()) 
    7780       { 
     7779      if (Ln.IsNull())
     7780      {
    77817781        goto all_done;
    7782       } 
     7782      }
    77837783      if (! withT) With_s.Init(currRing);
    77847784    }
  • kernel/GBEngine/kutil.h

    rf26b42 r7bb1ac  
    701701                 number *coef = NULL,
    702702                 kStrategy strat = NULL);
    703                  
     703
    704704int ksReducePolyBound(LObject* PR,
    705705                 TObject* PW,
Note: See TracChangeset for help on using the changeset viewer.