Changeset aad4ca4 in git for Singular/svd/libs/ap.cpp


Ignore:
Timestamp:
Dec 6, 2017, 7:05:25 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
06b3e84d21e073249ada6d3b863bb3b8ce91d3be
Parents:
3803c6a39fad57f9a8e12942b2928c215504e027
Message:
format: Warn -> WarnS, trailing spaces
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/svd/libs/ap.cpp

    r3803c6 raad4ca4  
    104104    yabs = fabs(z.y);
    105105    w = xabs>yabs ? xabs : yabs;
    106     v = xabs<yabs ? xabs : yabs; 
     106    v = xabs<yabs ? xabs : yabs;
    107107    if( v==0 )
    108108        return w;
Note: See TracChangeset for help on using the changeset viewer.