Changeset 0d5a99 in git
- Timestamp:
- Aug 26, 2010, 1:21:39 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 93add9a784df847a6a6929657ab54c3415b5d2d7
- Parents:
- 5df8564755ca12f19e691c2d185f6e448de3d45d
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-08-26 13:21:39+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:27+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coeffs/test.cc
r5df856 r0d5a99 230 230 // the following leads to the error: "multiple definition of `fePathSep'" 231 231 // TODO: Oleksandr/Martin 232 //type = nRegister( n_GF, nfInitChar); assume( type == n_GF );233 //if( Test(type) )234 //c ++;232 type = nRegister( n_GF, nfInitChar); assume( type == n_GF ); 233 if( Test(type) ) 234 c ++; 235 235 236 236
Note: See TracChangeset
for help on using the changeset viewer.