Removed trailing string after #endif - it generates a lot of useless warning

on some versions of g++
This commit is contained in:
evomarc 2001-09-08 05:59:17 +00:00
commit d0d14c3ff8
25 changed files with 155 additions and 165 deletions

View file

@ -130,4 +130,4 @@ private:
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#endif EO_H #endif

View file

@ -69,5 +69,5 @@ template <class EOT> class eoDetTournamentSelect: public eoSelectOne<EOT>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#endif eoDetTournamentSelect_h #endif // eoDetTournamentSelect_h

View file

@ -206,5 +206,5 @@ template<class EOT> class eoEasyEA: public eoAlgo<EOT>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#endif eoSelectTransformReduce_h #endif

View file

@ -69,4 +69,4 @@ public:
}; };
#endif _EOFACTORY_H #endif

View file

@ -102,5 +102,5 @@ class eoGeneralBreeder: public eoBreed<EOT>
eoHowMany howMany; eoHowMany howMany;
}; };
#endif eoBreeder_h #endif

View file

@ -73,5 +73,5 @@ class eoObject
}; };
#endif EOOBJECT_H #endif

View file

@ -106,4 +106,4 @@ private:
}; };
#endif _EOOPSELMASON_H #endif

View file

@ -70,5 +70,5 @@ class eoPersistent: public eoPrintable
///Standard input for all objects in the EO hierarchy ///Standard input for all objects in the EO hierarchy
istream & operator >> ( istream& _is, eoPersistent& _o ); istream & operator >> ( istream& _is, eoPersistent& _o );
#endif EOOBJECT_H #endif

View file

@ -59,5 +59,5 @@ class eoPrintable
///Standard output for all objects in the EO hierarchy ///Standard output for all objects in the EO hierarchy
ostream & operator << ( ostream& _os, const eoPrintable& _o ); ostream & operator << ( ostream& _os, const eoPrintable& _o );
#endif EOPRINTABLE_H #endif

View file

@ -68,4 +68,3 @@ private :
}; };
#endif #endif

View file

@ -138,5 +138,5 @@ private:
unsigned current; unsigned current;
}; };
#endif eoRandomSelect_h #endif

View file

@ -53,4 +53,3 @@ private :
}; };
#endif #endif

View file

@ -270,4 +270,4 @@ private:
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#endif //eoInsertion_h #endif

View file

@ -86,4 +86,4 @@ public:
}; };
#endif _EOFACTORY_H #endif

View file

@ -69,5 +69,5 @@ private:
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#endif eoStochTournamentSelect_h #endif

View file

@ -55,8 +55,4 @@
#include <es/eoEsMutationInit.h> #include <es/eoEsMutationInit.h>
#include <es/eoEsMutate.h> #include <es/eoEsMutate.h>
#endif _es_h #endif
// Local Variables:
// mode: C++
// End:

View file

@ -178,5 +178,5 @@ private:
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
//@} //@}
#endif eoRealOp_h #endif

View file

@ -502,4 +502,4 @@ template<class EOT> class eoRealUXover: public eoQuadOp<EOT>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
//@} //@}
#endif eoRealOp_h #endif

View file

@ -39,8 +39,4 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#endif _ga_h #endif
// Local Variables:
// mode: C++
// End:

View file

@ -21,7 +21,7 @@
Contact: todos@geneura.ugr.es, http://geneura.ugr.es Contact: todos@geneura.ugr.es, http://geneura.ugr.es
Marc.Schoenauer@polytechnique.fr Marc.Schoenauer@polytechnique.fr
mak@dhi.dk 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

View file

@ -166,5 +166,5 @@ public:
}; };
#endif _EOBITOPFACTORY_H #endif

View file

@ -76,5 +76,5 @@ using namespace std;
#define eo_is_a_rate true #define eo_is_a_rate true
#define eo_is_an_integer false #define eo_is_an_integer false
#endif EODATA_H #endif

View file

@ -129,7 +129,7 @@ inline void eoGnuplot::initGnuPlot(std::string _title, std::string _extra)
* Created......: Mon Mar 13 13:50:11 1995 * Created......: Mon Mar 13 13:50:11 1995
* Description..: Communication par pipe bidirectionnel avec un autre process * Description..: Communication par pipe bidirectionnel avec un autre process
* *
* Ident........: $Id: eoGnuplot.h,v 1.3 2001-02-12 13:58:51 maartenkeijzer Exp $ * Ident........: $Id: eoGnuplot.h,v 1.4 2001-09-08 05:59:17 evomarc Exp $
* ---------------------------------------------------------------------- * ----------------------------------------------------------------------
*/ */
@ -282,4 +282,4 @@ inline int PipeComWaitFor( PCom *from, char *what )
} }
#endif _eoGnuplot_H #endif

View file

@ -119,4 +119,4 @@ inline void eoGnuplot1DMonitor::FirstPlot()
PipeComSend( gpCom, buff ); PipeComSend( gpCom, buff );
} }
#endif _eoGnuplot1DMonitor_H #endif

View file

@ -108,4 +108,4 @@ inline eoMonitor& eoGnuplot1DSnapshot::operator() (void)
return (*this); return (*this);
} }
#endif _eoGnuplot1DSnapshot_H #endif