Changeset 7d4350e in git
- Timestamp:
- Jun 9, 2010, 10:13:45 AM (13 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coeffs/test.cc
rcfc35b r7d4350e 13 13 14 14 15 #include <iostream>16 using namespace std;17 18 19 15 int main() 20 16 { 21 SPrintStart();22 23 17 const n_coeffType type = nRegister( n_Q, nlInitChar); assume( type == n_Q ); 24 18 // const n_coeffType type = nRegister( n_long_C, ngcInitChar); assume( type == n_long_C ); … … 70 64 number b = r->cfAdd( a, a, r); 71 65 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")); 74 68 75 69 r->cfDelete( &a, r); … … 78 72 nKillChar( r ); 79 73 80 cout << "OUTPUT BUFFER: " << SPrintEnd();81 82 74 return 0; 83 75 }
Note: See TracChangeset
for help on using the changeset viewer.