Changeset c4682e0 in git
- Timestamp:
- Oct 13, 2011, 9:39:07 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- ecd9a3e3080b093745b8ca81ccac0542ba57ccb9
- Parents:
- c770dca4360b7797649175eadf26f907f8c1a70c
- git-author:
- Niels Ranosch <ranosch@mfo.de>2011-10-13 21:39:07+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:05+01:00
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_reval.cc
rc770dc rc4682e0 12 12 13 13 14 REvaluation::REvaluation( const REvaluation & e ) 14 REvaluation::REvaluation( const REvaluation & e ):Evaluation() 15 15 { 16 16 if ( e.gen == 0 ) -
factory/int_poly.cc
rc770dc rc4682e0 53 53 } 54 54 55 InternalPoly::InternalPoly( const InternalPoly& ) 55 InternalPoly::InternalPoly( const InternalPoly& ):InternalCF() 56 56 { 57 57 ASSERT( 0, "ups there is something wrong in your code" );
Note: See TracChangeset
for help on using the changeset viewer.