Changeset 09ab5b2 in git


Ignore:
Timestamp:
Feb 5, 2014, 12:07:58 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
008f6cea9c13f54aefabf643c72ce7b14028dbd292843aba7902e18ad8baacecc31359f3d87af2c0b3705f89b3bbb155bb15c091c6caea59f94be091
Parents:
0c82f4363640964d47ebd7b5f2707807f8cdd04c
Message:
fix: typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/mpr_complex.cc

    r0c82f43 r09ab5b2  
    9797    strcpy(&(c_in[1]), in);
    9898
    99     if(mpf_set_str( t, c_in, 10 )s!=0) WerrorS("syntax error in GMP float");
     99    if(mpf_set_str( t, c_in, 10 )!=0) WerrorS("syntax error in GMP float");
    100100    omFreeSize((void*)c_in, len);
    101101  }
Note: See TracChangeset for help on using the changeset viewer.