Removed trailing string after #endif - it generates a lot of useless warning
on some versions of g++
This commit is contained in:
parent
ed9dac2dfe
commit
d0d14c3ff8
25 changed files with 155 additions and 165 deletions
|
|
@ -21,7 +21,7 @@
|
|||
Contact: todos@geneura.ugr.es, http://geneura.ugr.es
|
||||
Marc.Schoenauer@polytechnique.fr
|
||||
mak@dhi.dk
|
||||
CVS Info: $Date: 2001-05-10 12:16:00 $ $Header: /home/nojhan/dev/eodev/eodev_cvs/eo/src/ga/eoBitOp.h,v 1.13 2001-05-10 12:16:00 jmerelo Exp $ $Author: jmerelo $
|
||||
CVS Info: $Date: 2001-09-08 05:59:17 $ $Header: /home/nojhan/dev/eodev/eodev_cvs/eo/src/ga/eoBitOp.h,v 1.14 2001-09-08 05:59:17 evomarc Exp $ $Author: evomarc $
|
||||
*/
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -440,5 +440,5 @@ template<class Chrom> class eoBitGxOver: public eoQuadOp<Chrom>
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
//@}
|
||||
#endif eoBitOp_h
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -166,5 +166,5 @@ public:
|
|||
};
|
||||
|
||||
|
||||
#endif _EOBITOPFACTORY_H
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Reference in a new issue