Changeset 7d4350e in git


Ignore:
Timestamp:
Jun 9, 2010, 10:13:45 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
56abc3642a555178d4967c093c099b3244d33e84
Parents:
cfc35bc900c2f8d3171e8e421542d3a3d9a82135
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-09 10:13:45+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:05+01:00
Message:
test fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/test.cc

    rcfc35b r7d4350e  
    1313
    1414
    15 #include <iostream>
    16 using namespace std;
    17 
    18 
    1915int main()
    2016{
    21   SPrintStart();
    22  
    2317  const n_coeffType type = nRegister( n_Q, nlInitChar); assume( type == n_Q );
    2418//  const n_coeffType type = nRegister( n_long_C, ngcInitChar); assume( type == n_long_C );
     
    7064  number b = r->cfAdd( a, a, r);
    7165
    72   PrintS("a: "); r->cfWrite( a, r );
    73   PrintS("b: "); r->cfWrite( b, r );
     66  StringSetS("a: ");r->cfWrite( a, r );PrintS(StringAppend("\n"));
     67  StringSetS("b: "); r->cfWrite( b, r );PrintS(StringAppend("\n"));
    7468 
    7569  r->cfDelete( &a, r);
     
    7872  nKillChar( r );
    7973
    80   cout << "OUTPUT BUFFER: " << SPrintEnd();
    81  
    8274  return 0;
    8375}
Note: See TracChangeset for help on using the changeset viewer.